Skip to content

Instantly share code, notes, and snippets.

@dostrog
Created January 12, 2020 18:33
Show Gist options
  • Save dostrog/2ec97f9a479a72e73d8e924fb22d93ca to your computer and use it in GitHub Desktop.
Save dostrog/2ec97f9a479a72e73d8e924fb22d93ca to your computer and use it in GitHub Desktop.
Retrieve the name of current branch of git
git rev-parse --abbrev-ref HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment