Skip to content

Commit 156cbd0

Browse files
authored
Merge pull request #105 from TheBox193/naming-remote
Clarify naming a remote
2 parents 45ce83e + 6918520 commit 156cbd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ git push -f <remote-name> <branch-name>
861861

862862
## Adding Remote name
863863
```sh
864-
git remote add origin <remote-url>
864+
git remote add <remote-nickname> <remote-url>
865865
```
866866

867867
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->

tips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,5 @@
378378
"tip": "git push -f <remote-name> <branch-name>"
379379
}, {
380380
"title": "Adding Remote name",
381-
"tip": "git remote add origin <remote-url>"
381+
"tip": "git remote add <remote-nickname> <remote-url>"
382382
}]

0 commit comments

Comments
 (0)