dolt-gc: add Spanish translation (#12466)
* dolt-gc: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
12
pages.es/common/dolt-gc.md
Normal file
12
pages.es/common/dolt-gc.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# 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`
|
Reference in New Issue
Block a user