pull issue (1) 썸네일형 리스트형 [Git] Git Push 또는 Pull이 안되는 경우 >> (fatal: refusing to merge unrelated histories) 로컬 저장소에서 리모트 저장소에 push 할 경우 아래와 같은 메세지가 뜨는 경우가 있습니다. hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. 이는 로컬 저장소와 리모트 저장소가 같지 않기 때문에 병합을 해주어야 합니다. 병합을 하기 위해서는 $ git pull remote 별명 브런치명 을 .. 이전 1 다음