Skip to content

Instantly share code, notes, and snippets.

@dsci
Created March 29, 2012 06:09
Show Gist options
  • Select an option

  • Save dsci/2234031 to your computer and use it in GitHub Desktop.

Select an option

Save dsci/2234031 to your computer and use it in GitHub Desktop.
git tag -d v0.0.1 # deletes the tag v0.0.1 in your local repository
git push origin :refs/tags/v0.0.1 # removes the tag v0.0.1 from your remote repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment