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 can be recovered. I could not find a solution on the web. For completeness I did a git reset HEAD somefile because that's what I found on the web, but it didn't recover the file. Is there a way to recver somefile? Thank you. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
