I want to checkout into an existing branch but handle it as a new branch

61 Views Asked by At

I want to achieve the following graph topology:

master: A---B---C
         \     / \
dev:      F---G   H

When i checkout to dev after merging C, i want H to not be linked to G, but to C. How do i do that?

0

There are 0 best solutions below