1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 23:35:37 +02:00
tldr/pages/common/dolt-gc.md

12 lines
329 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 {{[-s|--shallow]}}`