1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

git-worktree: fix typo in Spanish translation (#9299)

This commit is contained in:
Darío Hereñú 2022-10-23 20:04:00 -03:00 committed by GitHub
parent 0472b210a9
commit b86444f99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
> Gestiona múltiples árboles de trabajo adjuntos al mismo repositorio.
> Más información: <https://git-scm.com/docs/git-worktree>.
- Crea un nuevo directorio con la rama específicada y se cambia él:
- Crea un nuevo directorio con la rama específicada y se cambia a él:
`git worktree add {{ruta/al/directorio}} {{rama}}`