Skip to content

Instantly share code, notes, and snippets.

@skellertor
Created November 30, 2018 22:42
Show Gist options
  • Save skellertor/3d791a92d6470b1d82d4ba9f79b9be1f to your computer and use it in GitHub Desktop.
Save skellertor/3d791a92d6470b1d82d4ba9f79b9be1f to your computer and use it in GitHub Desktop.
Moving a tag with git
git log
git tag -a -f v1.0 <new-commit-hash>
git push --tags --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment