Skip to content

Instantly share code, notes, and snippets.

@orendon
Created April 30, 2014 18:36
Show Gist options
  • Select an option

  • Save orendon/11434774 to your computer and use it in GitHub Desktop.

Select an option

Save orendon/11434774 to your computer and use it in GitHub Desktop.
git delete tag
# delete git tag from remote
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