Answers for "how to list git branches on local"

30

branch list in git

git branch -a
Posted by: Guest on May-16-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 "how to list git branches on local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language