Answers for "git show which branch you are on"

5

git show currnet branch

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

show branch detail branch info in git

git log --oneline --decorate
Posted by: Guest on September-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language