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

git-rebase: fix typo in Spanish translation (#9294)

This commit is contained in:
Darío Hereñú 2022-10-23 20:08:22 -03:00 committed by GitHub
parent 1e607997bd
commit 5da033607a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@
`git rebase -i {{HEAD~5}}`
- Resuelve automáticamente cualquier conflicto favoreciendo la versión de la rama en la que se esta trabajando (en este caso la palabra `theirs` tiene un significado invertido):
- Resuelve automáticamente cualquier conflicto favoreciendo la versión de la rama en la que se está trabajando (en este caso la palabra `theirs` tiene un significado invertido):
`git rebase -X theirs {{rama_de_reorganización}}`