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
|
||||
```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>. -->
|
||||
|
Loading…
Reference in New Issue
Block a user