Skip to content

Instantly share code, notes, and snippets.

@tchakabam
Created August 29, 2022 19:39
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 tchakabam/b2f5e1a488d0d059920a29482ae45561 to your computer and use it in GitHub Desktop.
Save tchakabam/b2f5e1a488d0d059920a29482ae45561 to your computer and use it in GitHub Desktop.
Git command list tags in log order with date and commit hash (formatting adaptable at wish)
git log --tags --format="%ai %h %d" --decorate --simplify-by-decoration
# https://git-scm.com/docs/pretty-formats#_pretty_formats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment