Git tag按时间顺序排列 Posted on 2018-07-23 Views: Disqus: 1234# 按时间正序排列git tag --sort=v:refname# 按时间倒序排列git tag --sort=-v:refname