Skip to content

Instantly share code, notes, and snippets.

@ratpik
Created March 5, 2019 04:40
Show Gist options
  • Save ratpik/47e9bc02dd1a61039bc898ac08c21124 to your computer and use it in GitHub Desktop.
Save ratpik/47e9bc02dd1a61039bc898ac08c21124 to your computer and use it in GitHub Desktop.
Git List Tags with Date, Message
git for-each-ref --format="%(refname:short) %(taggerdate) %(subject) %(body)" refs/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment