mirror of
https://github.com/status-im/wiki.status.im.git
synced 2025-02-23 01:28:19 +00:00
fix type: git@github -> git@github.com
This commit is contained in:
parent
153ed5444e
commit
4af94c6e8b
@ -108,8 +108,8 @@ Fork the repository on Github's web UI.
|
||||
|
||||
Clone your fork. Add the upstream as a remote.
|
||||
|
||||
$ git clone git@github:<you>/status-react
|
||||
$ git remote add upstream git@github:status-im/status-react
|
||||
$ git clone git@github.com:<you>/status-react
|
||||
$ git remote add upstream git@github.com:status-im/status-react
|
||||
|
||||
Now you have two remotes: `origin` pointing to your fork and `upstream` pointing to the shared repo.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user