Answers for "git get all available branches command"

39

how to see all branches in git

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

show all branch git

git branch -r
# origin/main
# origin/feature1
# origin/debug2
# remote-repo/main
# remote-repo/other-feature
Posted by: Guest on January-26-2022
0

git check all branches and current branch

// Check all branches and current branch 
git branch
Posted by: Guest on February-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language