diff --git a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
new file mode 100644
index 0000000000000000000000000000000000000000..7c6beb68e9015caea8e15be4324ba3ad8ae44913
--- /dev/null
+++ b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
@@ -0,0 +1,10 @@
+## Cherry Picking Workshop
+
+* Check the commit reference of the two commits in develop
+* Chose the commit to keep
+* Add this commit to your branch
+```bash
+$ git checkout myBranchName
+$ git cherry-pick <commit reference>
+```
+