I want to merge some commits from master to a tag.
We create tags to mark major releases. However, if we need to do some quick fixes. We do it in master. But then we need to merge those commits to the tag.
In addition, not all commits needs to be merged at times. That's why we need to choose specific commits only..
How can we do that?