Re: Bug: Pulling remotes into an empty repo deletes the index

2013-08-03 Thread Adam A
retty painful for me to lose a few days of work. I also couldn't stash my changes which I tried first, but git refused without an initial commit. Would have been nice if git warning me about the destructive operation. Cheers, Adam On Sat, Aug 3, 2013 at 9:57 PM, Adam A wrote: > Hello

Re: Bug: Pulling remotes into an empty repo deletes the index

2013-08-03 Thread Adam A
On Sun, Aug 4, 2013 at 2:57 AM, Jonathan Nieder wrote: > Daniel Convissor wrote: > >> All is not lost. Your local files should be stored in the repository's >> reflog. Examine the output of "git reflog". You can then reset your >> working directory to obtain those files by doing something _like