From bbc942a46ec1ad152a5bf4401f72847aa8dba0ff Mon Sep 17 00:00:00 2001 From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu> Date: Wed, 28 Aug 2019 09:25:16 +0200 Subject: [PATCH] update chPick pres1 --- 2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md index d3b3549b..a90f9185 100644 --- a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md +++ b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation1.md @@ -5,8 +5,12 @@ $ echo "This is the start of a commit chain" > reference.txt ``` -* Create two files in the develop branch +* Create and commit two files in the develop branch ```bash $ echo "This is a commit to keep" > keep.txt +$ git add keep.txt +$ git commit origin develop $ echo "Ignore this commit" > ignore.txt +$ git add ignore.txt +$ git commit origin develop ``` \ No newline at end of file -- GitLab