Skip to content

Instantly share code, notes, and snippets.

@amsul
Created February 13, 2018 02:21
Show Gist options
  • Save amsul/a5f5dc8f3ce80e160ed51741c41b91f9 to your computer and use it in GitHub Desktop.
Save amsul/a5f5dc8f3ce80e160ed51741c41b91f9 to your computer and use it in GitHub Desktop.
Delete remote git tag
git tag --delete 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