Tuesday, April 14, 2015

How to show remote branches in Git

In Git, to show remote branches, use the following command:

git branch -a

or

git remote show origin

Reference:
http://gitready.com/intermediate/2009/02/13/list-remote-branches.html

No comments:

Post a Comment