#push tag git push origin #delete all remote tags git tag -l | xargs -n 1 git push --delete origin #delete all local tags git tag | xargs git tag -d