2018~2019/Git

git push error (fatal: refusing to merge unrelated histories)

전기도둑 2018. 10. 20. 21:54

push 전 먼저 pull을 통해 프로젝트를 병합해주어야 함

(* --allow-unrelated-histories : 이미 존재하는 두 프로젝트의 기록을 저장하는 드문 상황에서 사용됨)




git pull origin 브런치명 --allow-unrelated-histories