1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/dolt.md

14 lines
335 B
Markdown
Raw Normal View History

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