From 731dddbc4bf2d8dbac642cf879cb3e7bbebc778b Mon Sep 17 00:00:00 2001
From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu>
Date: Wed, 28 Aug 2019 09:26:40 +0200
Subject: [PATCH] update chPick pres1

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

diff --git a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md
index a90f9185..2256a8ad 100644
--- a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md
+++ b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md
@@ -1,8 +1,10 @@
 ## Cherry Picking Workshop
 
-* In your branch, create a reference file
+* In your branch, create and commit a reference file
 ```bash
 $ echo "This is the start of a commit chain" > reference.txt
+$ git add reference.txt
+$ git commit origin myBranchName
 ```
 
 * Create and commit two files in the develop branch 
-- 
GitLab