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 <juri.dispan@posteo.net>

* Delete pages/common/dolt-gc.md

* Add files via upload

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
styffnn
2024-03-06 12:20:41 +01:00
committed by GitHub
parent d1d44eab7d
commit 870dcac574

12
pages/common/dolt-gc.md Normal file
View File

@@ -0,0 +1,12 @@
# dolt gc
> Search the repository for data that are no longer referenced and no longer needed.
> More information: <https://docs.dolthub.com/cli-reference/cli#dolt-gc>.
- Clean up unreferenced data from the repository:
`dolt gc`
- Initiate a faster but less thorough garbage collection process:
`dolt gc --shallow`