mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-13 03:10:03 -05:00
f2ca3d6e8e
Add optional merging functionality to noms commit. noms merge <database> <left-dataset-name> <right-dataset-name> <output-dataset-name> The command above will look in the given Database for the two named Datasets and, if possible, merge their HeadValue()s and commit the result back to <output-dataset-name>. Fixes #2535