Cherry pick force one branch to another force cherry pick commiting from branch1 --> branch2 commitid --> commit id of branch1 branch_where_you_want_to_commit- branch2 —————————————— git checkout branch_where_you_want_to_commit git cherry-pick -X theirs commitid git push