Skip to content

Instantly share code, notes, and snippets.

@harunyasar
Created December 15, 2015 08:05
Show Gist options
  • Save harunyasar/06e4f0760ceba040f896 to your computer and use it in GitHub Desktop.
Save harunyasar/06e4f0760ceba040f896 to your computer and use it in GitHub Desktop.
Delete a remote git tag
git tag -d 12345
git push origin :refs/tags/12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment