Skip to content

Instantly share code, notes, and snippets.

@llagerlof
Created December 19, 2019 12:28
Show Gist options
  • Select an option

  • Save llagerlof/15f39e329d8b20cb9da3521dc764bc3d to your computer and use it in GitHub Desktop.

Select an option

Save llagerlof/15f39e329d8b20cb9da3521dc764bc3d 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