On Mon, Nov 26, 2007 at 04:15:21 +0000, J. Bruce Fields wrote: > The trick of > > tag -d old_base remote/master > git fetch remote > git rebase --onto remote/master old_base my_work > > is something we don't document anywhere. Do we really need the tag/branch? git fetch remote git rebase --onto remote/master remote/master@{1} my_work And of course the thing is only needed if master has been rewound. Otherwise just: git rebase remote/master my_work -- Jan 'Bulb' Hudec <bulb@xxxxxx> - 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