To move an existing git tag to the current version in your working tree: % git tag --force '0.1-demo' -m "pithy comment" And if you're using github or something % git push --tags
% git tag --force '0.1-demo' -m "pithy comment" And if you're using github or something % git push --tags