Hi Hans, On 2015-05-06 08:09, Hans Ginzel wrote: > please, would it be possible to add -u option to git tag for updating tag > (with message) to a new commit, e.g. after rebase. > > See > http://stackoverflow.com/questions/8044583/how-can-i-move-a-tag-on-a-git-branch-to-a-different-commit As the answer http://stackoverflow.com/questions/8044583/how-can-i-move-a-tag-on-a-git-branch-to-a-different-commit/8044605#8044605 says: there is the `-f` flag. It is appropriate to call the flag `--force` rather than `--update` because the social contract of tags is that they do not change. Ciao, Johannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html