Last Updated: February 25, 2016
·
280
· sherlockyao

How to delete a remote Git tag

git push origin :tagname
# or 
git push --delete origin tagname