logoalt Hacker News

woodruffwtoday at 9:07 PM0 repliesview on HN

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.)