I had some stashed code that I popped and made some changes to one of the popped files.
Is there a way to get that file state back to the state it was when it was stashed? Meaning discarding all changes on that specific file since git stash pop
was executed.