1
0
Fork 0
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:
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}}`
- 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}}`