short cut key to print git branch name code example Example 1: branch list in git git branch -a Example 2: get current branch name git git rev-parse --abbrev-ref HEAD