diff --git a/2019/2019-09-09_testCourseAdv/slides/chPickIntro.md b/2019/2019-09-09_testCourseAdv/slides/chPickIntro.md
index 7486d1f215a2e452d05c4d24cd885681b53c0598..07b49b1ca02170714999ebef2a2f685d6660d3dc 100644
--- a/2019/2019-09-09_testCourseAdv/slides/chPickIntro.md
+++ b/2019/2019-09-09_testCourseAdv/slides/chPickIntro.md
@@ -1,7 +1,9 @@
-## Cherry Picking Commits
+## Git Cherry-pick
 
 * Cherry picking is another very useful tool to work with.
 * It enables the user to pick specific commits from a list of commits.
 
 Note: Cherry picking only picks the selected commit,  
-not everything up to that commit.
\ No newline at end of file
+not everything up to that commit.
+
+! [] (slides/img/cherryPick.png) 
\ No newline at end of file
diff --git a/2019/2019-09-09_testCourseAdv/slides/img/cherryPick.png b/2019/2019-09-09_testCourseAdv/slides/img/cherryPick.png
new file mode 100644
index 0000000000000000000000000000000000000000..a740be71e092a7c4b9f269ffc16f95cfdaaf5f90
Binary files /dev/null and b/2019/2019-09-09_testCourseAdv/slides/img/cherryPick.png differ