Skip to content

Instantly share code, notes, and snippets.

@a2ndrade
Created March 18, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a2ndrade/9623509 to your computer and use it in GitHub Desktop.
Save a2ndrade/9623509 to your computer and use it in GitHub Desktop.
Git: Ordered list of tags
git for-each-ref --format="%(taggerdate:short) %(refname)" --sort="taggerdate" refs/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment