Skip to content

Instantly share code, notes, and snippets.

@asiellb
Created February 25, 2019 18:52
Show Gist options
  • Save asiellb/9d7904fe8f82c96897566bb7283e3c68 to your computer and use it in GitHub Desktop.
Save asiellb/9d7904fe8f82c96897566bb7283e3c68 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