I have 3 branches;
A: Main branch that we use for testing.
B: The branch that has changes those must be in A branch.
C: The branch that has changes those must NOT be in A branch.
So, while I was working on B, I merged C into B and continued to working on B. At the end I merged B into A.
I want to delete all C commit from A but keep B branch in A.
I'm using GitKraken, but every suggestion will be accepted.