I screwed up pull with rebase (there were conflicts and I resolved them incorrectly). I think that the easiest way out now is to blow the tree and reapply my patches that are missing in the upstream (there are less than 10 of them).
So, how do I get the list of the commits that are present in the local tree but absent from the upstream master
? (to be exported using format-patch
).
$ git remote -v
origin git@github.com:sam-s/vowpal_wabbit.git (fetch)
origin git@github.com:sam-s/vowpal_wabbit.git (push)
upstream git://github.com/JohnLangford/vowpal_wabbit.git (fetch)
upstream git://github.com/JohnLangford/vowpal_wabbit.git (push)