LinuxCommandLibrary

dolt-add

Add the contents of a table to the list of Dolt staged tables.

TLDR

Add a table to the list of staged tables (stage a table)

$ dolt add [table]
copy


Stage all tables
$ dolt add --all
copy

Copied to clipboard