git 删除远程标签tag【杂记】

分为两步:

1、删除本地tag

git tag -d tag-name

2、删除远程tag

git push origin :refs/tags/tag-name

你可能感兴趣的:(git,git)