Skip to content

Instantly share code, notes, and snippets.

@flipace
Created February 16, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flipace/1cf0c5c0b5a525d1752fb96d673405d4 to your computer and use it in GitHub Desktop.
Save flipace/1cf0c5c0b5a525d1752fb96d673405d4 to your computer and use it in GitHub Desktop.
Delete lot's of git tags easily
git tag --list 'v*' | xargs -I % echo "git tag -d %; git push --delete origin %" | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment