假设存在tag:12345

git tag -d 12345    #删除本地记录
git push origin :refs/tags/12345    #删除远程记录

PS:
如果您觉得我的文章对您有帮助,请关注我的微信公众号,谢谢!
git tag本地删除以及远程删除

相关文章: