获取git的tag

2021-01-26  本文已影响0人  malgee
git describe
git describe --abbrev=0
git describe --abbrev=0 --tags 
git describe --tags `git rev-list --tags --max-count=1`
git rev-parse HEAD
git log --pretty=oneline --abbrev-commit -n 10
上一篇 下一篇

猜你喜欢

热点阅读