Answers for "view remote branches in git"

13

how to see remote branch git

git remote show origin
Posted by: Guest on September-04-2020
7

show all remote branches git

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

Code answers related to "view remote branches in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language