1.
git tag
列出所有标签
2.
git tag v1.0
将当前项目的标签设定为V1.0
3.
git tag -a v1.0 -m "***"
打入标签,并编写备注
4.
git push origin --tags
将标签同步到远程服务器
本文标题:Git tag
本文链接:https://www.haomeiwen.com/subject/besvvctx.html
网友评论