git stash apply item

C++
git stash apply stash@{index}git checkout stash@{index} -- <filename> #stash particular file
Source

Also in C++: