# You can delete a remote tag the same way that you delete a remote branch. git push origin :1.1 # And delete your local tag with: git tag -d 1.1