The output from git tag is ordered alphabetically. I would like it to be ordered chronological (the date of the commits they are assigned to, not the date on wh
git tag
For information, to get it in reverse order, prefix it with "-"
git tag --sort=-taggerdate