[git] merge unrelated project

우디혜 2020. 11. 21. 20:08

서로 완전히 다른 branch를 merge

 - merge unrelated project [참고]

git merge main --allow-unrelated-histories

# 위의 명령어를 실행하면
# 현재 checkout 되어있는 브랜치와 로컬의 main 브랜치와 병합
# (요즘은 github에서 repository 생성하면 기본 브랜치명이 main이더라)