Appearance
列出标签
git tag
添加标签
git tag v1.x.x
推送标签
git push --tags
共享标签
git push origin --tags
代码推送
git push