know branch where you are code example
Example 1: how to get current git branch
git branch --show-current
Example 2: get current branch name git
git rev-parse --abbrev-ref HEAD
git branch --show-current
git rev-parse --abbrev-ref HEAD