forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-commit: update page, add Spanish translation (tldr-pages#15424)
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters