删除所有 tag 和 release:123456# 获取所有的 taggit tag -l | xargs -n 1 git push --delete origin# 删除本地的 taggit tag | xargs git tag -d