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
* 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 ?
>
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,
* 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.
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