分为两步:
- 删除本地tag
git tag -d tag-name
- 删除远程tag
git push origin :refs/tags/tag-name
分为两步:
git tag -d tag-name
git push origin :refs/tags/tag-name
相关文章: