문제 해결

문제 해결

git readme 충돌날 때 강제 pull 해오기

git pull origin master --allow-unrelated-histories 참고 블로그 https://im-recording-of-sw-studies.tistory.com/34 git push, pull 에러 remote repository를 설정하고 바로 push, pull을 하면 에러가 발생 할 수도 있다. 예를 들면 push 할 경우. non-fast-forward : remote repository의 master branch가 local repository의 이전 버전이 아니라는 의미이다. 보통 im-recording-of-sw-studies.tistory.com

문제 해결

git commit 잘못 했을 때 취소하는 법

git reset HEAD^ 가장 최근의 커밋이 취소된다.

Atopiano
'문제 해결' 카테고리의 글 목록