I have a lot of files.
They are change.
I’m do commit in git.
Then I change files more and more.
But now i’m not do the commit.
Then i’m do git reset hard to previous(last) commit.
How can i return into the last uncommitted state of my folder?
(For example 10 seconds before the git reset hard)
In the `git’ manpage it states that
If you or your editor didn’t make backups it seems as if your files are gone.