On 2008.11.06 21:14:18 +0900, Miles Bader wrote: > Björn Steinbrink <B.Steinbrink@xxxxxx> writes: > > git reset --hard C > > git rebase --onto ORIG_HEAD A^ > > Is that safe...? Doesn't git-rebase also set ORIG_HEAD? One of the first things rebase does is validating and resolving its arguments. And that's happening before any actions that would touch ORIG_HEAD. Though I'm not sure if it's always been like that. Björn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html