text 创建,推送删除git标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 创建,推送删除git标签相关的知识,希望对你有一定的参考价值。

git tag -am "annotation goes here" tagname_goes_here # cut a tag
git tag -d tagname_goes_here                         # burn it
git tag -am "annotation goes here" tagname_goes_here # cut another tag
git push --tags                                      # push tags to remote
git push origin :refs/tags/tagname_goes_here         # delete tag from remote

以上是关于text 创建,推送删除git标签的主要内容,如果未能解决你的问题,请参考以下文章

08-git-打标签(tag)

GitGit 标签使用 ( 创建并查询标签 | 推送单个标签到远程仓库 | 推送所有标签到远程仓库 | 删除远程仓库的标签 )

GitGit 标签使用 ( 创建并查询标签 | 推送单个标签到远程仓库 | 推送所有标签到远程仓库 | 删除远程仓库的标签 )

如何删除名为@的Git远程标签

markdown GIT Cherrypick&删除现有标签并再次推送更改

git:使用标签