From 1bd5edf36e388fd2ec94166e73413e1dc451b90a Mon Sep 17 00:00:00 2001 From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu> Date: Wed, 28 Aug 2019 09:31:35 +0200 Subject: [PATCH] create chPick Pres --- .../slides/chPickPresentation2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md 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 00000000..7c6beb68 --- /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> +``` + -- GitLab