git tag & git show
git tag
列显已有的标签
git tag$ git tag
v0.1
v1.3列出符合条件的标签
git tag -l <version>新建标签
轻量级(lightweight)
含附注的标签(annotated)
补打标签
git show
查看标签的版本信息
关于远程分享标签
Last updated
Was this helpful?