Cherry-pick
Applies a commit’s changes as a new commit on top of the current branch. For a single commit, right-click → Cherry-pick commit; for several, multi-select them and click Cherry-pick N commits, which applies them in order from oldest to newest.If the selection includes a merge commit, the item changes to Cherry-pick N commits (merge commit in selection) and becomes disabled.
If a conflict occurs, the sequence stops; clicking Continue in the Working copy panel applies the remaining commits, and clicking Abort cancels the whole thing.

