unstash specific file

C++
git checkout stash@{0} -- <filename>
git checkout stash@{0} -- <filename>
Source

Also in C++: