Skip to content

Instantly share code, notes, and snippets.

View tchakabam's full-sized avatar

Stephan Hesse tchakabam

View GitHub Profile
@tchakabam
tchakabam / git-log-tags-deco.sh
Created August 29, 2022 19:39
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