diff --git a/pages/common/dolt.md b/pages/common/dolt.md new file mode 100644 index 0000000000..c391443ed2 --- /dev/null +++ b/pages/common/dolt.md @@ -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: . + +- Execute a dolt subcommand: + +`dolt {{subcommand}}` + +- List available subcommands: + +`dolt help`