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>
pull/25/head
styffnn 2024-03-06 12:20:41 +01:00 committed by GitHub
parent d1d44eab7d
commit 870dcac574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

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`