How do you get a patch back that you have managed to remove completely from your system with a git reset HEAD^ git reset git checkout patchname ?
git fetch does not seem to refresh the patch from the repository. I was going fairly well with git then stuffed this up.
Jeff