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

italian
Waldir Pimenta 2019-05-20 14:52:55 +02:00 committed by Lucas Gabriel Schneider
parent a269fe7595
commit 2d7a0b034c
1 changed files with 1 additions and 1 deletions

View File

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