Use the following command:
$ git checkout [email protected]{0} -- <filename>
Things to remember:
A. Make sure that you put a space between the "--" and the file name parameter
B. Replace zero(0) with your specific stash number.
In order to see the stash list, use the following command:
$ git stash list