I stashed my changes. Now I want to unstash only some files from the stash. How can I do this?
One more way:
git diff stash@{N}^! -- path/to/file1 path/to/file2 | git apply -R