-
-
Save faroutchris/d7af1a03c6b823d30334f3f05e397586 to your computer and use it in GitHub Desktop.
git remove tag locally and remote
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
| 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