1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 07:35:42 +02:00

git-mv: fix typo in Spanish translation (#11658)

Update git-mv: fix typo
This commit is contained in:
Darío Hereñú 2023-12-05 11:29:19 -03:00 committed by GitHub
parent b1e54db054
commit 161755d09d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,6 @@
`git mv {{nombre_de_archivo}} {{nuevo_nombre_de_archivo}}`
- Sobrescribir el archivo en la ruta objetivo si existe:
- Sobrescribe el archivo en la ruta objetivo si existe:
`git mv --force {{archivo}} {{objetivo}}`