We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ce83e + 6918520 commit 156cbd0Copy full SHA for 156cbd0
README.md
@@ -861,7 +861,7 @@ git push -f <remote-name> <branch-name>
861
862
## Adding Remote name
863
```sh
864
-git remote add origin <remote-url>
+git remote add <remote-nickname> <remote-url>
865
```
866
867
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
tips.json
@@ -378,5 +378,5 @@
378
"tip": "git push -f <remote-name> <branch-name>"
379
}, {
380
"title": "Adding Remote name",
381
- "tip": "git remote add origin <remote-url>"
+ "tip": "git remote add <remote-nickname> <remote-url>"
382
}]
0 commit comments