Re: Recovering a patch accidentally removed by git reset

2006-09-20 Thread Mike McCormack
Jeff L wrote: 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. If the pa

Re: Recovering a patch accidentally removed by git reset

2006-09-20 Thread Saulius Krasuckas
* On Wed, 20 Sep 2006, Jeff Latimer wrote: > * Saulius Krasuckas wrote: > > * On Wed, 20 Sep 2006, Jeff L wrote: > > > > > > 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 ? >

Re: Recovering a patch accidentally removed by git reset

2006-09-20 Thread Jeff Latimer
Saulius Krasuckas wrote: * On Wed, 20 Sep 2006, Jeff L wrote: 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 ? What branch you were on during this? This was the Origin or Master Hmm,

Re: Recovering a patch accidentally removed by git reset

2006-09-20 Thread Saulius Krasuckas
* On Wed, 20 Sep 2006, Jeff L wrote: > 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 ? What branch you were on during this? > git fetch does not seem to refresh the patch from the repository.

Recovering a patch accidentally removed by git reset

2006-09-20 Thread Jeff L
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