mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 20:59:32 +00:00
Update cheatsheets
This commit is contained in:
17
dolt-add
Normal file
17
dolt-add
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 --all`
|
||||
Reference in New Issue
Block a user