git save to stash code example
Example 1: how to get stashed on git
git stash pop or
git stash apply
Example 2: git save to stash
git stash save "name to describe stashed content"
git stash pop or
git stash apply
git stash save "name to describe stashed content"