git save to stash

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

Also in C++: