Last active
August 3, 2018 07:15
-
-
Save chiller/4d9b23ad57593fafdf759ff8fc5318c2 to your computer and use it in GitHub Desktop.
best build tagging ever
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
git describe --tags | |
#example: v0.0-237-g114b509 | |
# last tag - commits since last tag - g for github - hash of commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment