git conflict 날때 강제로 pull 하기 > IT 기술백서

IT 기술백서

직접 알아내거나 검색하기 귀찮아서 모아 둔 것

Tools | git conflict 날때 강제로 pull 하기

본문

[code]

git fetch --all

git reset --hard origin/master

git pull origin master

[/code]

댓글 0개

등록된 댓글이 없습니다.

Menu