Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ironpython2001/c494c1724be519631f250342c16330c7 to your computer and use it in GitHub Desktop.
Save ironpython2001/c494c1724be519631f250342c16330c7 to your computer and use it in GitHub Desktop.
git show current branch name
git rev-parse --abbrev-ref HEAD
or with Git 2.22 and above:
git branch --show-current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment