https://stackoverflow.com/questions/5506339/how-can-i-git-stash-a-specific-file
수정된 파일 전부가 아니라 특정 파일만 나눠서 stash 하고 싶었다.
git stash push -m "stash message" path/to/file1