From 8e9710b592b79030dcad23183c9661057b025025 Mon Sep 17 00:00:00 2001
From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu>
Date: Thu, 29 Aug 2019 13:10:01 +0200
Subject: [PATCH] clarify gettingStarted

---
 2019/2019-09-09_testCourseAdv/slides/gettingStarted.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md b/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md
index a3cd33ac..3713814c 100644
--- a/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md
+++ b/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md
@@ -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
 ```
 
-Create a new branch off of develop and name it myNameBranch
+Go to the develop branch
 ```bash
 $ git checkout develop
 ```
+And create your own branch using the `-b`flag
 ```bash
 $ git checkout -b myNameBranch
 ```
\ No newline at end of file
-- 
GitLab