Skip to content

Instantly share code, notes, and snippets.

@gMagicScott
Created December 21, 2013 17:41
Show Gist options
  • Save gMagicScott/8072464 to your computer and use it in GitHub Desktop.
Save gMagicScott/8072464 to your computer and use it in GitHub Desktop.
# Only *annotated* tags
git describe --exact-match HEAD
# All tags, including lightweight
git describe --exact-match --tags HEAD
@gMagicScott
Copy link
Author

Clickable link to the Stack Overflow question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment