Created
October 22, 2018 11:19
-
-
Save Neoglyph/d15fc8dd0623d16a130e099a245c857b to your computer and use it in GitHub Desktop.
GIT - Remove remote tag
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 tag-name | |
git push origin :refs/tags/tag-name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment