mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add original repository as upstream
Add the original Human Connection repository as upstream
This commit is contained in:
parent
fb2944d4cd
commit
0988ce4929
@ -28,11 +28,17 @@ For cloning your new repository to your local machine modify the following comma
|
|||||||
{% tab title="HTTPS" %}
|
{% tab title="HTTPS" %}
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/YOUR-GITHUB-USERNAME/Nitro-Backend.git
|
$ git clone https://github.com/YOUR-GITHUB-USERNAME/Nitro-Backend.git
|
||||||
|
|
||||||
|
# Add the original Human Connection repository as upstream
|
||||||
|
git remote add upstream https://github.com/Human-Connection/Nitro-Backend.git
|
||||||
```
|
```
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
{% tab title="SSH" %}
|
{% tab title="SSH" %}
|
||||||
```bash
|
```bash
|
||||||
$ git clone git@github.com:YOUR-GITHUB-USERNAME/Nitro-Backend.git
|
$ git clone git@github.com:YOUR-GITHUB-USERNAME/Nitro-Backend.git
|
||||||
|
|
||||||
|
# Add the original Human Connection repository as upstream
|
||||||
|
git remote add upstream git@github.com:Human-Connection/Nitro-Backend.git
|
||||||
```
|
```
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
{% endtabs %}
|
{% endtabs %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user