git stash
git stash list git stash apply 0
git stash 추천옵션 -m :: 메세지 추가
git stash 추천옵션 -u
-u : git add된 적 없는 파일들도 포함
git stash -u -m '메세지'