Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iTonyYo/ceebcb079b2f3756bdd962823a564e24 to your computer and use it in GitHub Desktop.
Save iTonyYo/ceebcb079b2f3756bdd962823a564e24 to your computer and use it in GitHub Desktop.
git tag -am "annotation goes here" tagname_goes_here # cut a tag
git tag -d tagname_goes_here # burn it
git tag -am "annotation goes here" tagname_goes_here # cut another tag
git push --tags # push tags to remote
git push origin :refs/tags/tagname_goes_here # delete tag from remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment