git-remote: mention how to add a new URL (#3042)

This commit is contained in:
Waldir Pimenta
2019-05-20 14:52:55 +02:00
committed by Lucas Gabriel Schneider
parent a269fe7595
commit 2d7a0b034c

View File

@@ -11,7 +11,7 @@
`git remote add {{remote_name}} {{remote_url}}` `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}}` `git remote set-url {{remote_name}} {{new_url}}`