mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
12 lines
320 B
Markdown
12 lines
320 B
Markdown
# 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`
|