Git删除tag

git tag -d v2016062101 删除本地tag

git push origin --delete tag v2016062101 删除远程tag

原文地址:https://www.cnblogs.com/zhshlimi/p/5611913.html