[GIT] git pull merge error

Jeongkyu(Jun)·2023년 8월 14일

이것저것

목록 보기
4/5

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
<저장한 내 소스를 받아오면 소스가 자동으로 머징됨.>

profile
안녕하세요

0개의 댓글