1. 기본 병합 방식:

    bash
    코드 복사
    git pull --no-rebase
  2. 리베이스 방식:

    bash
    코드 복사
    git pull --rebase



이렇게 두가지중에