From ea7bb7a080a4516cbe7093c8c5c5edefd1c90926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 14 Mar 2024 02:10:42 -0300 Subject: [PATCH] dolt-gc: add Spanish translation (#12466) * dolt-gc: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> --- pages.es/common/dolt-gc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.es/common/dolt-gc.md diff --git a/pages.es/common/dolt-gc.md b/pages.es/common/dolt-gc.md new file mode 100644 index 000000000..4423667ff --- /dev/null +++ b/pages.es/common/dolt-gc.md @@ -0,0 +1,12 @@ +# dolt gc + +> Busca en el repositorio los datos que ya no se referencian ni necesitan. +> Más información: . + +- 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`