dolt-add: add page (#5476)

This commit is contained in:
bl-ue
2021-03-19 09:15:33 -04:00
committed by GitHub
parent 025044fa70
commit 941f245407

12
pages/common/dolt-add.md Normal file
View 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`