Answers for "git show my local branches"

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
2

git get local branches

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

Code answers related to "git show my local branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language