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`