On my local machine I removed files from folder.
git init
git add --all
then I wrote (don't ask me, why! :) )
git rm -rf
I don't commit, yet. Now I have empty folders in my project. In .git folder has objects with 53 Mb of files. 
How can I recover my files? I've tried programs like Drill Disc and Stellar, but not found my files. And I can't rollback from GIT.
How can I recover the lost files?
 
     
     
     
    