-
-
Save schinsue/2818715c29d31949f7f2bc66f4e83fa6 to your computer and use it in GitHub Desktop.
git remove tag locally and remote
This file contains 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
git tag -d TagName && git push origin :refs/tags/TagName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment