Questions
Tags
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
git-merge
git-tag
You mean this?
git checkout destination_branch git merge tag_name