I have a situation that looks something like this:
(branch 1) A
\
(dev br) E
/ /
(branch 2) I
All this worked fine. Unfortunately, I realized that I need to make changes to F (post commit between J and E), so I'm trying to do the following:
(branch 1) A
\
(dev br) E
/ /
(branch 2) I
My initial approach was to make another commit with corrections in dev brand perform a reinstall and pass it to F. However, this forces me to resolve all merge conflicts from CG merge and LH merge again, which were pretty involved, and I don't want them do.
, F, , G . , . git , ( , , -m). ?
rebase, git rebase --onto F' C G, (A-C, ) rebase.
, ? , .