git stash
STASH git add git stash
STATUS git stash list git stash show
APPLY/POP git apply stash@{0} git stash pop
DROP git stash drop stash@{0}
STASH git add git stash
STATUS git stash list git stash show
APPLY/POP git apply stash@{0} git stash pop
DROP git stash drop stash@{0}