git add .
git commit -m "하고 있던 작업내용"
git stash 현재 하던거 임시 저장
git stash list stash 목록 보임
git stash apply 가장 최근 stash 복구
git stash drop 가장 최근 stash 제거