Git删除远程和本地tag

删除本地tag

git tag -d v20190514

删除远程tag

git push origin :refs/tags/v1.0
原文地址:https://www.cnblogs.com/littlepage/p/12258284.html