Answers for "git how to see a list of branches"

7

list of git branches

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language