Answers for "list all remote branches and local branches"

7

show all remote branches git

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

list all local branches off a branhc

git branch --contains $(cat .git/ORIG_HEAD)
Posted by: Guest on November-26-2021

Code answers related to "list all remote branches and local branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language