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