Answers for "get all local branches"

1

get all the branch in git

git fetch --all
Posted by: Guest on September-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 "get all local branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language