From 870dcac5741914cb1f97da5c0581eeb2b388b7ff Mon Sep 17 00:00:00 2001 From: styffnn <72101479+styffnn@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:20:41 +0100 Subject: [PATCH] dolt-gc: add page (#12462) * dolt-gc: add page * Update dolt-gc.md * Update dolt-gc.md * Delete pages/common/dolt-gc.md * dolt-gc: add page * Update dolt-gc.md * Update dolt-gc.md * Update pages/common/dolt-gc.md Co-authored-by: Juri Dispan * Delete pages/common/dolt-gc.md * Add files via upload --------- Co-authored-by: Juri Dispan --- pages/common/dolt-gc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/dolt-gc.md diff --git a/pages/common/dolt-gc.md b/pages/common/dolt-gc.md new file mode 100644 index 000000000..fa95f7705 --- /dev/null +++ b/pages/common/dolt-gc.md @@ -0,0 +1,12 @@ +# dolt gc + +> Search the repository for data that are no longer referenced and no longer needed. +> More information: . + +- Clean up unreferenced data from the repository: + +`dolt gc` + +- Initiate a faster but less thorough garbage collection process: + +`dolt gc --shallow`