Created
November 30, 2018 22:42
-
-
Save skellertor/3d791a92d6470b1d82d4ba9f79b9be1f to your computer and use it in GitHub Desktop.
Moving a tag with git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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