3 ms·
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 (`-c
by woodruffw 27d 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.)