Git
Unstaged Changes 제거하기
defacto standard
2017. 11. 16. 23:40
Git Bash 접속 -> 프로젝트 경로까지 이동 ->
git stash save --keep-index
입력