mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Moved the command to add upstream
Command "Add the original Human Connection repository as upstream“ is moved behind „Change into the new folder.“. I added a clarifying text.
This commit is contained in:
parent
0988ce4929
commit
75d3536c9a
@ -28,27 +28,36 @@ 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 %}
|
||||
|
||||
Change into the new folder:
|
||||
Change into the new folder.
|
||||
|
||||
```bash
|
||||
$ cd Nitro-Backend
|
||||
```
|
||||
|
||||
Add the original Human Connection repository as `upstream`. This prepares you to synchronize your local clone with a simple pull command in the future.
|
||||
|
||||
{% tabs %}
|
||||
{% tab title="HTTPS" %}
|
||||
```bash
|
||||
git remote add upstream https://github.com/Human-Connection/Nitro-Backend.git
|
||||
```
|
||||
{% endtab %}
|
||||
{% tab title="SSH" %}
|
||||
```bash
|
||||
git remote add upstream git@github.com:Human-Connection/Nitro-Backend.git
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
### Copy Environment Variables
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user