https://stackoverflow.com/questions/8044583/how-can-i-move-a-tag-on-a-git-branch-to-a-different-commit https://stackoverflow.com/a/46289900/778517 git tag -f v0.0.1.2 63eff6a Updated tag 'v0.0.1.2' (was 8078562) And then: git push --tags --force