I have two branches off of master, each one for a different feature, and then I have a synthesis branch that combines the two. I committed something to the synthesis branch
Generally, when I do something like this, I will:
git diff HEAD^ HEAD
)git cherry-pick
to apply the applicable commitI believe there is an easier way, but I prefer this since I use (and remember) the diff/cherry-pick commands better