git command for current branch code example
Example 1: how to get current git branch
git branch --show-current
Example 2: how to see all branches in git
git branch -a
Example 3: get current branch name git
git rev-parse --abbrev-ref HEAD
Example 4: git branch from current branch
git checkout -b