dolt-add: add page (#5476)
This commit is contained in:
12
pages/common/dolt-add.md
Normal file
12
pages/common/dolt-add.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# dolt add
|
||||
|
||||
> Add the contents of a table to the list of Dolt staged tables.
|
||||
> More information: <https://github.com/dolthub/dolt>.
|
||||
|
||||
- Add a table to the list of staged tables (stage a table):
|
||||
|
||||
`dolt add {{table}}`
|
||||
|
||||
- Stage all tables:
|
||||
|
||||
`dolt add --all`
|
Reference in New Issue
Block a user