Add original repository as upstream

Add the original Human Connection repository as upstream
This commit is contained in:
Wolfgang Huß 2019-01-31 15:09:30 +01:00 committed by GitHub
parent fb2944d4cd
commit 0988ce4929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,17 @@ For cloning your new repository to your local machine modify the following comma
{% tab title="HTTPS" %}
```bash
$ 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 %}
{% tab title="SSH" %}
```bash
$ 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 %}
{% endtabs %}