I stashed my changes. Now I want to unstash only some files from the stash. How can I do this?
I think VonC's answer is probably what you want, but here's a way to do a selective "git apply":
git show stash@{0}:MyFile.txt > MyFile.txt