Answers for "check git current branch name"

5

get current branch name git

git branch --show-current
Posted by: Guest on April-15-2021
4

get current branch name git

git rev-parse --abbrev-ref HEAD
Posted by: Guest on March-31-2020

Code answers related to "check git current branch name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language