Answers for "how to list the git branches"

7

list of git branches

git branch -a // show all local & remote branch
Posted by: Guest on February-23-2022
39

branch list in git

git branch -a
Posted by: Guest on May-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language