How to discard files from stash in git

C++
git stash save "name to describe stashed content"git stash apply
Source

Also in C++: