mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
268 B
Markdown
13 lines
268 B
Markdown
![]() |
# dolt
|
||
|
|
||
|
> Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
|
||
|
> More information: <https://github.com/dolthub/dolt>.
|
||
|
|
||
|
- Execute a dolt subcommand:
|
||
|
|
||
|
`dolt {{subcommand}}`
|
||
|
|
||
|
- List available subcommands:
|
||
|
|
||
|
`dolt help`
|