dolt merge

Join two or more development histories together. More information: https://docs.dolthub.com/cli-reference/cli#dolt-merge.

dolt merge branch_name

dolt merge --squash branch_name

dolt merge --no-ff branch_name

dolt merge --no-ff -m "message" branch_name

dolt merge --abort