I am trying to recover my lost change from a newly created local git repository.
I have no commits in master branch and I did a git reset --hard.
Lost all my staged changes. The files were new and untracked.
Using git fsck --lost-found command I am able to see the files that I lost.
There are 35000 files and I want to get them back with their name and folders structure they were in.