Cherry Picking in Git is really useful. But how do you use Cherry Pick in SourceTree to select the specific commit to merge into another branch?
First checkout the destination branch, then right click on the commit you want to cherry pick and select Cherry Pick.
You can right-click on the commit you want in the log/history view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ensure 'All Branches' is selected from the dropdown list
image2016-11-14 17:15:1.png
You are then able to select the commit (highlighted) from a given source branch. This had me baffled for a while - doh!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.