On git I have two branches, Items and Master both of which are several commits ahead of the local master/maser which is in sync with the remove master/master. I want to cherry-pick my branch master F and add it to the local master/master B ready to be committed to the remote master/master. (I believe I understand cherry-pick.)
Do I have to start a new branch to cherry-pick to and then have to rebase the two branches or is there a better way to make this change?