Created
June 16, 2020 09:25
-
-
Save oleghnidets/41039ed9cc9472c03b7d900ecce4fe61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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