Tuesday, April 14, 2015

How to checkout a remote branch in Git

In Git, to checkout a remote branch, do the following:

git fetch
git checkout issue-1004

Reference:
http://stackoverflow.com/questions/1783405/checkout-remote-git-branch

No comments:

Post a Comment