Skip to content

Instantly share code, notes, and snippets.

@AvgustPol
Last active August 24, 2020 11:59
Show Gist options
  • Save AvgustPol/608f20595197526455ac121ff7d3c121 to your computer and use it in GitHub Desktop.
Save AvgustPol/608f20595197526455ac121ff7d3c121 to your computer and use it in GitHub Desktop.
Git TAGS
Get latest TAG for branch
git describe --tags --abbrev=0
Get latest TAG for a given git commit
git describe --exact-match <commit-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment