Skip to content

Instantly share code, notes, and snippets.

@hugoduraes
Last active February 12, 2016 20:10
Show Gist options
  • Save hugoduraes/f70a269a357caca96087 to your computer and use it in GitHub Desktop.
Save hugoduraes/f70a269a357caca96087 to your computer and use it in GitHub Desktop.

Add a new tag and push it

git tag new_tag old_tag
git push --tags

Then delete the old tag from remote and local

git push origin :refs/tags/old_tag
git tag -d old_tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment