Skip to content
Snippets Groups Projects
Commit 812ee987 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

add line to upstream

parent 35487604
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,15 @@ Fork and clone the tutorial repository ...@@ -4,12 +4,15 @@ Fork and clone the tutorial repository
```bash ```bash
$ git clone ssh://git@git-r3lab-server.uni.lu:8022/R3-core/outreach/presentations-internal.git $ git clone ssh://git@git-r3lab-server.uni.lu:8022/R3-core/outreach/presentations-internal.git
``` ```
Add a remote upstream
```bash
$ git remote add upstream LINK
```
Go to the develop branch Go to the develop branch
```bash ```bash
$ git checkout develop $ git checkout develop
``` ```
And create your own branch using the `-b`flag And create your own branch using the `-b` flag
```bash ```bash
$ git checkout -b myNameBranch $ git checkout -b myNameBranch
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment