1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/dolt.md
2021-09-13 10:21:21 +02:00

13 lines
346 B
Markdown

# dolt
> Dolt is an SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
> Some subcommands such as `dolt commit` have their own usage documentation.
> More information: <https://github.com/dolthub/dolt>.
- Execute a dolt subcommand:
`dolt {{subcommand}}`
- List available subcommands:
`dolt help`