git-imerge

두 Git 브랜치 간의 병합 또는 리베이스를 점진적으로 수행. 브랜치 간의 충돌은 개별 커밋 쌍으로 추적되어 충돌 해결을 단순화. 더 많은 정보: https://github.com/mhagger/git-imerge.

git imerge rebase {{리베이스할_브랜치}}

git imerge merge {{병합할_브랜치}}

git imerge diagram

git imerge continue --no-edit

git imerge finish

git-imerge remove && git checkout {{이전_브랜치}}