-
-
Save dreampuf/4209276286448e4af90098bf546270b5 to your computer and use it in GitHub Desktop.
How to get the golang package version of the latest git repo commit
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
# Credit: https://stackoverflow.com/a/59440771/398634 | |
TZ=UTC git --no-pager show \ | |
--quiet \ | |
--abbrev=12 \ | |
--date='format-local:%Y%m%d%H%M%S' \ | |
--format="%cd-%h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment