peter2
9/26/2016 - 7:56 AM

Delete git tags locally

Delete git tags locally

git tag | xargs -n1 git tag -d && \
git fetch --tags