Skip to content

Commit 025044f

Browse files
authored
dolt: add page (#5475)
1 parent d526739 commit 025044f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/common/dolt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# dolt
2+
3+
> Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
4+
> More information: <https://github.com/dolthub/dolt>.
5+
6+
- Execute a dolt subcommand:
7+
8+
`dolt {{subcommand}}`
9+
10+
- List available subcommands:
11+
12+
`dolt help`

0 commit comments

Comments
 (0)