Answers for "what is the git command to see all the remote branches?"

7

show all remote branches git

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

show all remote branches git

git ls-remote --heads <remote-name>
Posted by: Guest on October-09-2020

Code answers related to "what is the git command to see all the remote branches?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language