Created
November 9, 2019 06:19
-
-
Save ducksoupdev/ed089b4f855621748f05bd9af14a8fc8 to your computer and use it in GitHub Desktop.
Revisions
-
Matt Levy created this gist
Nov 9, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #Delete local tags. git tag -d $(git tag -l) #Fetch remote tags. git fetch #Delete remote tags. git push origin --delete $(git tag -l) # Pushing once should be faster than multiple times #Delete local tags. git tag -d $(git tag -l)