Skip to content

Instantly share code, notes, and snippets.

@phynet
Created August 2, 2016 08:42
Show Gist options
  • Save phynet/9d86fb223bed33948d82da72e79c2641 to your computer and use it in GitHub Desktop.
Save phynet/9d86fb223bed33948d82da72e79c2641 to your computer and use it in GitHub Desktop.
Delete tag from remote repo
git tag -d release01
git push origin :refs/tags/release01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment