Last Updated: October 20, 2016
·
142
· bjoerge

Purge all local git tags

git tag -l | awk '/^([0-9.]+)$/ {print $1}' | xargs git tag -d