Skip to content

Instantly share code, notes, and snippets.

@Kirow
Last active July 3, 2018 18:05
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 Kirow/b139539dd29f6372b53c46590de04fb1 to your computer and use it in GitHub Desktop.
Save Kirow/b139539dd29f6372b53c46590de04fb1 to your computer and use it in GitHub Desktop.
how to remove multiple tags at once

Delete remote

git push -d $(git tag -l "tag_prefix*")

Delete local

git tag -d $(git tag -l "tag_prefix*")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment