Answers for "git all remote branch list"

7

show all remote branches git

git branch -r
Posted by: Guest on October-09-2020
0

list remote branches git

git branch -r
# If this doesn't work for you, try
git ls-remote --heads <remote-name>
Posted by: Guest on September-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language