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

Update git-mv: fix typo
pull/23/head
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
1 changed files with 1 additions and 1 deletions

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}}`