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