How do I merge a specific commit from one branch into another in Git?

I have BranchA which is 113 commits ahead of BranchB.

But I only want the last 10 or so commits from BranchA merged into BranchB.

Is there a way to do this?

3 Answers
3

Leave a Comment