sh [Git标签命令] #git #tags

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [Git标签命令] #git #tags相关的知识,希望对你有一定的参考价值。

# delete remote tag
git push origin :tagname

# push tags
git push --tags
git push --follow-tags
git config --global push.followTags true

以上是关于sh [Git标签命令] #git #tags的主要内容,如果未能解决你的问题,请参考以下文章

git命令之git tag 给当前分支打标签

git常用命令--tag

Git tag相关命令

[git] 打标签命令

Git 操作标签的一些命令

使用 git tag 给项目打标签