current git branch name command code example
Example 1: get current branch name git
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