Answers for "git list latest branches created locally gi"

39

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 "Shell/Bash"

Browse Popular Code Answers by Language