I have three branches main A, B and C accidentally started from B.
A1----------A
\
--Bn
\
C0-------Cn
C starts where B ends, A just merged into B. And I want it to be like:
-Bn
/
A1----------An
\
C0-------Cn
C starts from A. I mean changes made by B should not be in C. What can I do?