git-remote: update Spanish translation (#11662)

* git-remote: update Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Darío Hereñú 2023-12-24 02:20:33 -03:00 committed by GitHub
parent 6d6ef4c7d6
commit ab46f0494f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

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}}`