From 5a5cfc61ac57b0d7d9d8f75c900947ba792497d2 Mon Sep 17 00:00:00 2001 From: Torfab Date: Sun, 16 Oct 2022 01:12:34 +0200 Subject: [PATCH] dolt-init: add page (#8833) --- pages/common/dolt-init.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/dolt-init.md diff --git a/pages/common/dolt-init.md b/pages/common/dolt-init.md new file mode 100644 index 0000000000..74480ec440 --- /dev/null +++ b/pages/common/dolt-init.md @@ -0,0 +1,12 @@ +# dolt init + +> Create an empty Dolt data repository. +> More information: . + +- Initialize a new Dolt data repository in the current directory: + +`dolt init` + +- Initialize a new Dolt data repository creating a commit with the specified metadata: + +`dolt init --name "{{name}}" --email "{{email}}" --date "{{2021-12-31T00:00:00}}" -b "{{branch_name}}"`