From 941f245407fff13ed74ba433271984db789446fb Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:15:33 -0400 Subject: [PATCH] dolt-add: add page (#5476) --- pages/common/dolt-add.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/dolt-add.md diff --git a/pages/common/dolt-add.md b/pages/common/dolt-add.md new file mode 100644 index 0000000000..ec08f6e06f --- /dev/null +++ b/pages/common/dolt-add.md @@ -0,0 +1,12 @@ +# dolt add + +> Add the contents of a table to the list of Dolt staged tables. +> More information: . + +- Add a table to the list of staged tables (stage a table): + +`dolt add {{table}}` + +- Stage all tables: + +`dolt add --all`