Skip to content

Commit

Permalink
pre-commit: update page, add Spanish translation (tldr-pages#15424)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored Jan 16, 2025
1 parent 402e3be commit 3480703
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.es/common/pre-commit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# pre-commit

> Crea puntos de enganche Git que se ejecutan antes de la confirmación de cambios.
> Más información: <https://pre-commit.com>.
- Instala pre-commit en tus puntos de enganche Git:

`pre-commit install`

- Ejecuta los puntos de enganche de pre-commit en todos los archivos organizados:

`pre-commit run`

- Ejecuta los puntos de enganche de pre-commit en todos los archivos, organizados o no:

`pre-commit run --all-files`

- Limpia la caché de pre-commit:

`pre-commit clean`

- Actualiza el archivo de configuración de pre-commit a las últimas versiones de los repositorios:

`pre-commit autoupdate`
4 changes: 4 additions & 0 deletions pages/common/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
- Clean pre-commit cache:

`pre-commit clean`

- Update pre-commit config file to the latest repos' versions:

`pre-commit autoupdate`

0 comments on commit 3480703

Please sign in to comment.