~/WORKSPACE/boot-workspace/demo$ git pull
fatal: refusing to merge unrelated histories
MacBook-Pro:~/WORKSPACE/boot-workspace/demo$ git pull origin ${브랜치이름}r --allow-unrelated-histories
하면 두개가 병합이 된다.
이러고
git push -u origin master 하면 내가 만든 프로젝트가 레파지토리에 올라간다.
'프로그래밍 > GIT' 카테고리의 다른 글
mac 터미널에서 git 이용하기1-3 (로컬 저장소와 원격 저장소가 둘 다 변했을 때) (0) | 2021.01.04 |
---|---|
mac 터미널에서 git 이용하기 1-2(push, fetch, pull) (0) | 2021.01.04 |
mac 터미널에서 git 사용하기 (0) | 2020.12.28 |
GIT 설정 (0) | 2020.01.05 |