I attempted to pull, but git complained about local changes being overwritten so I stashed and pulled.
By pulling, I wrote over a file that I now want to revert back to how it was when I stashed it. How can I do this? When I run git git stash show
it shows the single file is still there.
I want to keep all other pulled changes in my local repo, I just want to get that single file back to its old state. Thanks