tag:
# 先删除本地tag git tag -d xxx # 推送到远程 git push origin :refs/tags/xxx
branch:
git push origin -d xxx
这个方法同样适用于远程tag的删除