1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-22 08:03:52 +02:00
tldr/pages/common/dolt.md
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30

13 lines
335 B
Markdown

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