I messed up with git after running git reset --hard HEAD~3
and lost 2 hours worth of work. I then found a post on here that explained git reflog.
When I want to return to "git reset HEAD@{1}
", how do I not only return, but have all files that were removed put back in their directories?