2009/5/13 Ittay Dror [off-list ref]:
Johannes Sixt wrote:
quoted
I guess it should have been
git rebase -i --onto new-upstream old-upstream master
That is, you take commits old-upstream..master and transplant them onto
new-upstream.
same thing:
quoted
git rebase -i --onto upstream old-upstream master
fatal: Needed a single revision
Does not point to a valid commit: upstream
Well, don't put random characters where your branch names should be.