git-remote: update Spanish translation (#11662)

* git-remote: update Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Darío Hereñú
2023-12-24 02:20:33 -03:00
committed by GitHub
parent 6d6ef4c7d6
commit ab46f0494f

View File

@@ -15,10 +15,14 @@
`git remote add {{nombre_remoto}} {{url_remoto}}`
- Cambiar la URL de un remoto (utiliza `--add` para mantener la URL existente):
- Cambia la URL de un remoto (utiliza `--add` para mantener la URL existente):
`git remote set-url {{nombre_remoto}} {{nueva_url}}`
- Muestra la URL de un remoto:
`git remote get-url {{nombre_del_remoto}}`
- Elimina un remoto:
`git remote remove {{nombre_remoto}}`