1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/common/dolt-gc.md
Darío Hereñú ea7bb7a080
dolt-gc: add Spanish translation (#12466)
* dolt-gc: add Spanish translation

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
2024-03-14 10:40:42 +05:30

12 lines
326 B
Markdown

# dolt gc
> Busca en el repositorio los datos que ya no se referencian ni necesitan.
> Más información: <https://docs.dolthub.com/cli-reference/cli#dolt-gc>.
- Limpia datos no referenciados del repositorio:
`dolt gc`
- Inicia un proceso de recolección de basura más rápido pero menos exhaustivo:
`dolt gc --shallow`