Browse Source

git-remote: update Spanish translation (#11662)

* git-remote: update Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Darío Hereñú 1 year ago
parent
commit
ab46f0494f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages.es/common/git-remote.md

+ 5 - 1
pages.es/common/git-remote.md

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