mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 22:54:54 +00:00
Update cheatsheets
This commit is contained in:
18
dolt
Normal file
18
dolt
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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://docs.dolthub.com/cli-reference/cli>.
|
||||
|
||||
- Execute a `dolt` subcommand:
|
||||
|
||||
`dolt {{subcommand}}`
|
||||
|
||||
- List available subcommands:
|
||||
|
||||
`dolt help`
|
||||
Reference in New Issue
Block a user