From 1658ba06d0a84735ca056838165c3196a74ebdbc Mon Sep 17 00:00:00 2001
From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu>
Date: Wed, 28 Aug 2019 09:33:38 +0200
Subject: [PATCH] upadate chPick pres2

---
 2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
index 7c6beb68..9daa3dd3 100644
--- a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
+++ b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
@@ -1,10 +1,9 @@
 ## Cherry Picking Workshop
 
 * Check the commit reference of the two commits in develop
-* Chose the commit to keep
-* Add this commit to your branch
+* Chose the commit to keep and add it to your branch
 ```bash
 $ git checkout myBranchName
 $ git cherry-pick <commit reference>
 ```
-
+* Check the log again and see if the changes were applied correctly
-- 
GitLab