Answers for "git show new branches local"

2

git get local branches

git branch -l
Posted by: Guest on February-18-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 "git show new branches local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language