HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dolt add — Add the contents of a table to the list of Dolt staged tables. More information: <https://docs.dolth

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thetablecommandcontentscliadddolt add

Problem

How to use the dolt add command: Add the contents of a table to the list of Dolt staged tables. More information: <https://docs.dolthub.com/cli-reference/cli#dolt-add>.

Solution

dolt add — Add the contents of a table to the list of Dolt staged tables. More information: <https://docs.dolthub.com/cli-reference/cli#dolt-add>.

Add a table to the list of staged tables (stage a table):
dolt add {{table}}


Stage all tables:
dolt add {{[-A|--all]}}

Code Snippets

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

dolt add {{table}}

Stage all tables

dolt add {{[-A|--all]}}

Context

tldr-pages: common/dolt add

Revisions (0)

No revisions yet.