Answers for "show all local branchs git"

39

how to see all branches 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 "Shell/Bash"

Browse Popular Code Answers by Language