how to see what branch you are on git code example
Example 1: how to see all branches in git
git branch -a
Example 2: get current branch name git
git rev-parse --abbrev-ref HEAD
git branch -a
git rev-parse --abbrev-ref HEAD