1
0
Fork 0
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:
bl-ue 2021-03-19 09:15:33 -04:00 committed by GitHub
parent 025044fa70
commit 941f245407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`