tldr/pages/common/dolt.md

14 lines
346 B
Markdown
Raw Normal View History

2021-03-19 13:13:34 +00:00
# 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.
2021-03-19 13:13:34 +00:00
> More information: <https://github.com/dolthub/dolt>.
- Execute a dolt subcommand:
`dolt {{subcommand}}`
- List available subcommands:
`dolt help`