Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git all branches

#List All Branches
$ git branch -a
* master
  remotes/origin/test
  remotes/origin/dev
  remotes/origin/master
 
PREVIOUS NEXT
Tagged: #git #branches
ADD COMMENT
Topic
Name
6+4 =