git error

Programing/Errors

[Git] git pull 시 충돌 오류

git pull 시 충돌 오류 내가 올린 파일과 충돌 나는 경우 Please commit your changes or stash them before you merge. $ git stash $ git pull $ git stash pop git stash 명령어를 통해 내가 수정한 파일을 스택에 옮겨 두고 이전 commit 시점으로 돌아간다. pull 하여 소스 코드를 내려받아 로컬 저장소를 최신 상태로 만든다. git stash pop 명령어를 실행하면 스택에 옮겨 두었던 소스를 가져온다. 수정한 소스 코드가 필요 없는 경우에는 git pull 까지만 실행하고 끝내도 된다. cannot lock ref~로 시작하는 오류 $ git gc --prune=now $ git remote prune origi..

밈아
'git error' 태그의 글 목록