mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
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:
parent
6d6ef4c7d6
commit
ab46f0494f
1 changed files with 5 additions and 1 deletions
|
@ -15,10 +15,14 @@
|
||||||
|
|
||||||
`git remote add {{nombre_remoto}} {{url_remoto}}`
|
`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}}`
|
`git remote set-url {{nombre_remoto}} {{nueva_url}}`
|
||||||
|
|
||||||
|
- Muestra la URL de un remoto:
|
||||||
|
|
||||||
|
`git remote get-url {{nombre_del_remoto}}`
|
||||||
|
|
||||||
- Elimina un remoto:
|
- Elimina un remoto:
|
||||||
|
|
||||||
`git remote remove {{nombre_remoto}}`
|
`git remote remove {{nombre_remoto}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue