Skip to content

Instantly share code, notes, and snippets.

@oleghnidets
Created June 16, 2020 09:25
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 oleghnidets/41039ed9cc9472c03b7d900ecce4fe61 to your computer and use it in GitHub Desktop.
Save oleghnidets/41039ed9cc9472c03b7d900ecce4fe61 to your computer and use it in GitHub Desktop.
for git_tag in $(git tag -l | grep Testing/v2.0.0); do git tag --delete $git_tag; git push --delete origin $git_tag; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment