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 잘못 했을 때 취소하는 법 (0) | 2023.03.21 |
---|
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 잘못 했을 때 취소하는 법 (0) | 2023.03.21 |
---|