pages.es/*: fix conjugation of descriptions (#12002)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Alejandro Cervera
2024-01-07 05:44:17 -05:00
committed by GitHub
parent 309c097d02
commit 7cee84a707
289 changed files with 336 additions and 336 deletions

View File

@@ -16,11 +16,11 @@
`git reset --patch {{ruta/al/archivo}}`
- Deshace el último commit, manteniendo sus cambios, y cualquier otro cambio sin commit, en el sistema de archivo:
- Deshaz el último commit, manteniendo sus cambios, y cualquier otro cambio sin commit, en el sistema de archivo:
`git reset HEAD~`
- Deshace los últimos dos commits al añadir sus cambios al índice (por ej., marcado para commit):
- Deshaz los últimos dos commits al añadir sus cambios al índice (por ej., marcado para commit):
`git reset --soft HEAD~2`