Answers for "how to see the list of branches in git linux"

39

how to see all branches in git

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

get list of all branches github

git branch -r
Posted by: Guest on February-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language