dolt-merge

merge Join two or more development histories together. More information:…

dolt merge

Join two or more development histories together. More information: https://github.com/dolthub/dolt.

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

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← dolt-init dolt-sql →