I have commit A, commit B and C that got merged into branch A. C obviously has A and B as well. I have a local fork of branch A that I've been pushing changes to.
I also have a fork of branch B (release branch). I need to push changes from branch A/branchA_fork into branch B. What's the best way to do this? Everyone in my team suggests I cherry pick manually. Sounds very error prone. Would love some tips on a clean way to do this.