Skip to content

Instantly share code, notes, and snippets.

@peschee
Created October 30, 2013 13:33
Show Gist options
  • Save peschee/7232740 to your computer and use it in GitHub Desktop.
Save peschee/7232740 to your computer and use it in GitHub Desktop.
git command to list all tags with their respective dates in a graph
git log --date-order --graph --tags --simplify-by-decoration --pretty=format:'%ai %h %d'
@peschee
Copy link
Author

peschee commented Oct 30, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment