Clarify naming a remote

This commit is contained in:
Jonathan Stassen 2016-06-29 10:14:46 -05:00
parent 45ce83ec8f
commit 69185207b6
2 changed files with 2 additions and 2 deletions

View File

@ -861,7 +861,7 @@ git push -f <remote-name> <branch-name>
## Adding Remote name ## Adding Remote name
```sh ```sh
git remote add origin <remote-url> git remote add <remote-nickname> <remote-url>
``` ```
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. --> <!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->

View File

@ -378,5 +378,5 @@
"tip": "git push -f <remote-name> <branch-name>" "tip": "git push -f <remote-name> <branch-name>"
}, { }, {
"title": "Adding Remote name", "title": "Adding Remote name",
"tip": "git remote add origin <remote-url>" "tip": "git remote add <remote-nickname> <remote-url>"
}] }]