jetsung Git 倒序查看 git 标签 - 前面加上 "-" 取反 根据 taggerdate git tag -l --sort=-taggerdate git tag -n --sort=-taggerdate | head -n 2 根据创建时间 creatordate git tag -n --sort=-creatordate | head -n 2 git describe --tags `git rev-list --tags --max-count=1`