Skip to content

Instantly share code, notes, and snippets.

@rodrigomelo9
Created April 12, 2023 11:52
Show Gist options
  • Save rodrigomelo9/1ef609cce0265a2a7e1bf3e880ff2944 to your computer and use it in GitHub Desktop.
Save rodrigomelo9/1ef609cce0265a2a7e1bf3e880ff2944 to your computer and use it in GitHub Desktop.
git tag -d <TAGNAME>
git push --delete origin <TAGNAME>
git tag -a <TAGNAME>
git push --follow-tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment