Programming
Your local changes to the following files would be overwritten by merge
구리z
2017. 4. 13. 16:17
git pull로 최신 commit을 업데이트 할 때 나는 에러 입니다.
간단한 해결방법으로 git stash를 이용합니다.
$ git stash
$ git pull
$ git stash pop