Answers for "how to get git branchs"

15

how to get current git branch

git branch --show-current
Posted by: Guest on January-17-2021
2

git get local branches

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language