2021-03-19 13:13:34 +00:00
|
|
|
# dolt
|
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
> An SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
|
|
|
|
> Some subcommands such as `commit` have their own usage documentation.
|
2023-11-19 21:07:13 +00:00
|
|
|
> More information: <https://docs.dolthub.com/cli-reference/cli>.
|
2021-03-19 13:13:34 +00:00
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
- Execute a `dolt` subcommand:
|
2021-03-19 13:13:34 +00:00
|
|
|
|
|
|
|
`dolt {{subcommand}}`
|
|
|
|
|
|
|
|
- List available subcommands:
|
|
|
|
|
|
|
|
`dolt help`
|