Re: Rebase a whole tree from one commit to another?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Clemens Buchacher
Date: Saturday, May 16, 2009 - 6:49 am

On Fri, May 15, 2009 at 09:38:53PM +0200, Dirk Süsserott wrote:

You probably want something like

	git rebase new-master branch-a
	git rebase --onto branch-a branch-a@{1} branch-b
	git rebase --onto branch-b branch-b@{1} branch-c

instead, because if you have any conflicts during rebase, the rebased
commits will no longer be recognized as identical, causing even more
conflicts in the following rebases.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Rebase a whole tree from one commit to another?, =?ISO-8859-15?Q?Dirk ..., (Fri May 15, 12:38 pm)
Re: Rebase a whole tree from one commit to another?, Andreas Ericsson, (Sat May 16, 12:35 am)
Re: Rebase a whole tree from one commit to another?, Clemens Buchacher, (Sat May 16, 6:49 am)