아직 마무리하지 않은 작업을 스택에 잠시 저장할 수 있도록 하는 명령어이다. 이를 통해 아직 완료하지 않은 일을 commit하지 않고 나중에 다시 꺼내와 마무리할 수 있다.
git stash
git stash list
git stash apply git stash apply [stash 이름]
git stash apply
git stash apply [stash 이름]
git stash drop git stash drop [stash 이름]
git stash drop
git stash drop [stash 이름]