mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
dolt: add page (#5475)
This commit is contained in:
parent
d526739418
commit
025044fa70
1 changed files with 12 additions and 0 deletions
12
pages/common/dolt.md
Normal file
12
pages/common/dolt.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# dolt
|
||||
|
||||
> Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
|
||||
> More information: <https://github.com/dolthub/dolt>.
|
||||
|
||||
- Execute a dolt subcommand:
|
||||
|
||||
`dolt {{subcommand}}`
|
||||
|
||||
- List available subcommands:
|
||||
|
||||
`dolt help`
|
Loading…
Add table
Reference in a new issue