I was making a project. Coding all day long and at the end of the day decided to push my code to repo. Git status in the directory was a mess, so I decided to move it to another one.
Then I found a solution on google, that says: "Do git reset --hard and everything will fix itself." So I've done. Then all my local files including the directory are missing. Can I restore it somehow?
Git reflog show only commits on branch and I did make one before reset.