On 10/1/07, Johannes Schindelin [off-list ref] wrote:
quoted
I suppose I could find the old pre-rebase head and work with that, but
that doesn't seem that clean to me.
You can use "git reset --hard master@{1}", and it really escapes me why
this should not be clean, and why you want to jump through hoops instead
using a much more complicated technique.
That'll be because my git knowledge isn't good enough to make it
clean. Thanks for the suggestion :-)
-Tom