Answers for "how to check local git branch with cli"

3

check git current branch

//all branch and current branch 
git branch
//current branch
git branch --show-current
Posted by: Guest on December-22-2021
2

git get local branches

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

Code answers related to "how to check local git branch with cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language