example like : master A --> my branch B, --> correct branch C I had to create B from C but accidentally created from A. and B branch has some of my commits as well. I want to move B to the C branch with all commits. Pls Help.
A ----> B
\ --> C
It should be like this:
A
\ --> C ----> B