Re: [git-users] lost file with git add - git rm -f

2016-08-02 Thread Xen
Konstantin Khomoutov schreef op 02-08-2016 13:21: On Mon, 1 Aug 2016 13:44:55 +0200 (CEST) Xen wrote: [...] > git wiped the file from disk. I worked very hard on that file > (several days( and I really hope this can be recovered. I could not > find a solution on the web.

Re: [git-users] lost file with git add - git rm -f

2016-08-02 Thread Konstantin Khomoutov
On Mon, 1 Aug 2016 13:44:55 +0200 (CEST) Xen wrote: [...] > > git wiped the file from disk. I worked very hard on that file > > (several days( and I really hope this can be recovered. I could not > > find a solution on the web. [...] > I hope the advice that was given to you

Re: [git-users] lost file with git add - git rm -f

2016-08-01 Thread Xen
On Mon, 1 Aug 2016, Xen wrote: extundelete /dev/sdaX --restory-directory home// That must be "restore-directory" of course. cd /tmp extundelete --restore-directory home// cd RECOVERED_FILES grep -r "text to search" Would in general be all you need to do on a system you boot off USB or

Re: [git-users] lost file with git add - git rm -f

2016-08-01 Thread Xen
On Fri, 29 Jul 2016, GUGLHUPF wrote: Hi, fairly new to git. Today I did a "git add somefile" and then decided I wanted to unstage it. I did then a "git rm -f somefile". There was no git command in between. Particularly no commit. git wiped the file from disk. I worked very hard on that file

Re: [git-users] lost file with git add - git rm -f

2016-07-31 Thread Dale R. Worley
GUGLHUPF writes: > fairly new to git. Today I did a "git add somefile" and then decided I > wanted to unstage it. I did then a "git rm -f somefile". There was no git > command in between. Particularly no commit. > > git wiped the file from disk. I worked very hard on

Re: [git-users] lost file with git add - git rm -f

2016-07-30 Thread Konstantin Khomoutov
On Fri, 29 Jul 2016 16:09:36 -0700 (PDT) GUGLHUPF wrote: > Hi, > fairly new to git. Today I did a "git add somefile" and then decided > I wanted to unstage it. I did then a "git rm -f somefile". There was > no git command in between. Particularly no commit. > > git

Re: [git-users] lost file with git add - git rm -f

2016-07-30 Thread Konstantin Khomoutov
On Fri, 29 Jul 2016 16:09:36 -0700 (PDT) GUGLHUPF wrote: > Hi, > fairly new to git. Today I did a "git add somefile" and then decided > I wanted to unstage it. I did then a "git rm -f somefile". There was > no git command in between. Particularly no commit. > > git

[git-users] lost file with git add - git rm -f

2016-07-29 Thread GUGLHUPF
Hi, fairly new to git. Today I did a "git add somefile" and then decided I wanted to unstage it. I did then a "git rm -f somefile". There was no git command in between. Particularly no commit. git wiped the file from disk. I worked very hard on that file (several days( and I really hope this