1. Git pull --tags
更新本地tags
2. Git push --tags
更新远程tags
3. Git tag tag-name commit number
4. 如何删掉远程的tag
git tag -d TAGNAME
git push origin :TAGNAME
1. Git pull --tags
更新本地tags
2. Git push --tags
更新远程tags
3. Git tag tag-name commit number
4. 如何删掉远程的tag
git tag -d TAGNAME
git push origin :TAGNAME
664
1250

被折叠的 条评论
为什么被折叠?