Skip to content

Instantly share code, notes, and snippets.

@ntindle
Last active July 26, 2023 17:41
Show Gist options
  • Save ntindle/d19e5aeec231127e294d9e366fd9df9f to your computer and use it in GitHub Desktop.
Save ntindle/d19e5aeec231127e294d9e366fd9df9f to your computer and use it in GitHub Desktop.
Fixes the tags by syncing remote to local and then lets you delete on the remote. Just change the v0.23 to whatever filter you want
git tag -l | xargs git tag -d && git fetch --tags && git tag -l | grep v0.23 | xargs git push -d origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment