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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user