how do you come back after git stash

C++
git stash pop
git stash pop or 
git stash apply
how to come back after git stash
Source

Also in C++: