git tag -d <tagname> git push origin :refs/tags/<tagname> git tag <tagname> <commitId> git push origin <tagname>