[git-merge] How do I merge a git tag onto a branch

I'm trying to find the syntax for merging a tagged commit onto another branch. I'm guessing that it's straight forward but my feeble search attempts aren't finding it.

This question is related to git-merge git-tag

The answer is


You mean this?

git checkout destination_branch
git merge tag_name

Similar questions with git-merge tag:

Similar questions with git-tag tag: