git stash 로 현재 상태 저장
git stash list 로 stash 리스트 확인
해당 stash 로 돌아가려면 git stash apply ‘stash id’
git stash drop ‘stash id’ 로 삭제 가능
git stash 상태로 돌아