Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

list remote branches git

git branch -r
# If this doesn't work for you, try
git ls-remote --heads <remote-name>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #remote #branches #git
ADD COMMENT
Topic
Name
6+6 =