Last Updated: September 29, 2016
·
191
· bjoerge

Purge all remote git tags

git ls-remote --tags origin | awk '/^(.*)(refs\/tags\/([a-z0-9\/\.])*)$/ {print ":" $2}'  | xargs git push origin