Pro tip: if you don't want the hundreds of remote ...
# random
h
Pro tip: if you don't want the hundreds of remote pantsbuild/pants tags pulled to your local clone, run
git config --add remote.origin.tagOpt --no-tags
to stop
pull
from following tags, and then
git tag -l | xargs git tag -d
to delete all local tags.
💯 1
👌 1