pages*: replace "Véase" with "Vea" on some Spanish pages (#12703)

- Also other few changes were made to enhance the translation.
- Add missing commands
- Fix comands that were changed
This commit is contained in:
Ulices
2024-05-01 22:39:56 -06:00
committed by GitHub
parent 0b811667ba
commit 60d3432028
11 changed files with 39 additions and 15 deletions

View File

@@ -1,13 +1,17 @@
# git am
> Aplica archivos de parche. Útil cuando se reciben commits por correo electrónico.
> Véase también `git format-patch`, comando que genera archivo de parche.
> Vea también `git format-patch`, comando que genera archivos de parche.
> Más información: <https://git-scm.com/docs/git-am>.
- Aplica un archivo de parche:
`git am {{ruta/al/archivo.patch}}`
- Aplica un archivo de parche remoto:
`curl -L {{https://ejemplo.com/file.patch}} | git apply`
- Aborta el proceso de aplicar un archivo de parche:
`git am --abort`