Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created October 22, 2018 11:19
Show Gist options
  • Save Neoglyph/d15fc8dd0623d16a130e099a245c857b to your computer and use it in GitHub Desktop.
Save Neoglyph/d15fc8dd0623d16a130e099a245c857b to your computer and use it in GitHub Desktop.
GIT - Remove remote tag
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