Answers for "how to list origin branches"

7

git list remote branches

git branch -r
Posted by: Guest on February-18-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 "how to list origin branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language