how to rebase backwards
From: bill lam <hidden>
Date: 2016-06-15 22:47:39
I want to rebase a new branch onto an earlier commit
original:
E is a newly created branch from D and not yet modified
E
/
-- A -- B -- C -- D
new: what I wanted
B'-- C' -- E for deployment
/
-- A -- B -- C -- D trunk
so that I can continue to change all commits from B to C without
affecting E
I try (not sure if correct) doing it by
git rebase --onto A B E
but then there is a lot of conflict/both modified files. What will be
the correct way to do it?
--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3