깃:에러
개요
각종 에러 모음
에러
Pulling without specifying how to reconcile divergent branches is discouraged........
pull로 땡길 때 다양한 방식이 생겨났는데, 이 방식을 명확하게 해달라는 내용의 에러이다.
git config pull.ff only
혹은 git config --global pull.ff only
명령을 실행해준다.
Fatal: Not possible to fast-forward, aborting.
git pull --rebase