git 删除标签 发表于 2021-02-18 | 分类于 零碎笔记 | git 删除标签 分为两步: 删除本地tag 1git tag -d tag-name 删除远程tag 1git push origin :refs/tags/tag-name