f'I have the following:
A---B---C-----D-- branch dev \--C'-E-/ branch test
I did it poorly: C and C 'are almost the same commits, it would be more reasonable if I could run a branch test on C instead of B.
How can I do this ?, I think rebase, but I'm not sure how to use it, thanks
edit : it was not clear what I would like:
A---B---C-----D-- branch dev \-E-/ branch test
or
A - B - D - E - D, if this is not possible
git branch rebase
user1125394
source share