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

clarify gettingStarted

parent fcb393c6
No related branches found
No related tags found
Loading
...@@ -5,10 +5,11 @@ Fork and clone the tutorial repository ...@@ -5,10 +5,11 @@ Fork and clone the tutorial repository
$ 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
``` ```
Create a new branch off of develop and name it myNameBranch Go to the develop branch
```bash ```bash
$ git checkout develop $ git checkout develop
``` ```
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