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`