|
|
|
|
|
by gcarvalho
605 days ago
|
|
Re: continuing a partial rebase I haven’t tried it myself, but since you know commits A and B have already been rebased and had their conflicts resolved, can’t you instead rebase -i on top of the partial-rebase branch and then drop A and B? I think this way at least you still benefit from the rebase --edit-todo, which you do not when cherry-picking C^..F. |
|