Created
October 30, 2013 13:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --date-order --graph --tags --simplify-by-decoration --pretty=format:'%ai %h %d' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@see http://stackoverflow.com/questions/6900328/git-command-to-show-all-lightweight-tags-creation-dates