I just did a stash in a project that I haven\'t commit. Is there a way to go back to the state before I stashed? How could I do this? I\'ve closed the terminal and my laptop
This will also restore the staging directory:
git stash apply --index