ProvoK
1/30/2018 - 2:39 PM

Git Utils

Git Utils

# Clean all local tags and fetch from remote
git tag | xargs -n 1 -I% git tag -d %
git fetch