mirror of
https://github.com/namibia/tips.git
synced 2024-11-05 21:07:53 +00:00
Merge pull request #105 from TheBox193/naming-remote
Clarify naming a remote
This commit is contained in:
commit
156cbd0b31
@ -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>
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
|
@ -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>"
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user