git stash git stash save
git stash list
stash
git stash apply git stash apply [stash 이름]
git stash drop git stash drop [stash 이름]