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