From d24bb02bfc6de4c20d9be810cd5db6bdd9016247 Mon Sep 17 00:00:00 2001
From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu>
Date: Tue, 27 Aug 2019 11:11:47 +0200
Subject: [PATCH] complete -i pres

---
 .../slides/rebase-iPresentation3.md                | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/2019/2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md b/2019/2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md
index e4694518..0f9bd24c 100644
--- a/2019/2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md
+++ b/2019/2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md
@@ -1,7 +1,21 @@
 ## Interactive Rebase Workshop
 
+The prompt shows up:
+
+```bash
+pick xxxxxxx add first name to attendee list
+pick yyyyyyy add second name to attendee list
+```
+
+The keywords should be changed to:
+
 ```bash
 reword xxxxxxx add first name to attendee list
 fixup yyyyyyy add second name to attendee list
 ```
 
+Upon confirming, change the message of commit xxxxxxx:
+
+```bash
+Add Name1 and Name2 to the attendee list
+```
-- 
GitLab