Please commit your changes or stash them before you merge.
git pull Please commit your changes or stash them before you merge. git stash <스택처럼 잠시 내 소스를 저장> git pull <다시 깃 풀 시도> git stash pop <저장한 내 소스를 받아오면 소스가 자동으로 머징됨.>