From 025044fa707f32cd8c7ed2d47a578f39aa1e2b89 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:13:34 -0400 Subject: [PATCH] dolt: add page (#5475) --- pages/common/dolt.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/dolt.md diff --git a/pages/common/dolt.md b/pages/common/dolt.md new file mode 100644 index 000000000..c391443ed --- /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`