Comment by woodruffw
9 hours ago
Another useful one if you have a large number of tags and want to see the most recently created ones first:
git config --global tag.sort -creatordate
(`-creatordate` reverses the sort so that the newest come first.)
No comments yet
Contribute on Hacker News ↗