Skip to content

Instantly share code, notes, and snippets.

@dreampuf
Last active March 21, 2020 22:35
Show Gist options
  • Save dreampuf/4209276286448e4af90098bf546270b5 to your computer and use it in GitHub Desktop.
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
# 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