Answers for "how to view the list of branches in the repository"

7

get list of all branches github

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

show list of branches git

git branch -a // list of branch
Posted by: Guest on January-18-2022

Code answers related to "how to view the list of branches in the repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language