mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
git-remote: mention how to add a new URL (#3042)
This commit is contained in:
parent
a269fe7595
commit
2d7a0b034c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
`git remote add {{remote_name}} {{remote_url}}`
|
||||
|
||||
- Change the URL of a remote:
|
||||
- Change the URL of a remote (use `--add` to keep the existing URL):
|
||||
|
||||
`git remote set-url {{remote_name}} {{new_url}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue