how to get t ofiles in stash code example
Example 1: how to get stashed on git
git stash pop
Example 2: git save to stash
git stash save "name to describe stashed content"
git stash pop
git stash save "name to describe stashed content"