mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dolt-add: add page (#5476)
This commit is contained in:
parent
025044fa70
commit
941f245407
1 changed files with 12 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue