dolt merge

두 개 이상의 개발 이력을 함께 결합. 더 많은 정보: https://docs.dolthub.com/cli-reference/cli#dolt-merge.

dolt merge {{브랜치_이름}}

dolt merge --squash {{브랜치_이름}}

dolt merge --no-ff {{브랜치_이름}}

dolt merge --no-ff -m "{{메시지}}" {{브랜치_이름}}

dolt merge --abort