Last active
August 24, 2020 11:59
-
-
Save AvgustPol/608f20595197526455ac121ff7d3c121 to your computer and use it in GitHub Desktop.
Git TAGS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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