Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaloprominat/43e8697426a1ae1ff027117b1d3c5002 to your computer and use it in GitHub Desktop.
Save kaloprominat/43e8697426a1ae1ff027117b1d3c5002 to your computer and use it in GitHub Desktop.
git: replace remove override tag bash
git tag -d <tagname>
git push origin :refs/tags/<tagname>
git tag -f <tagname>
git push origin master --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment