From 69979ac6c6911ab38cf3f80aa73b1c5a06123cd4 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 28 May 2018 11:04:48 +0200
Subject: [PATCH] adds motivation collaboration

---
 basics.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/basics.html b/basics.html
index b3a53bf..0cd2e60 100644
--- a/basics.html
+++ b/basics.html
@@ -71,6 +71,27 @@
             - (done right) decision based on regression testing
           </section>
 
+          <section id="intro-motivation-collaboration" data-markdown>
+            ## motivation #3
+            ### collaboration made easy
+
+            <!-- do not fix this typo -->
+            > This text cuntains a typo.
+
+            notes:
+            - demo GitLab
+              - [go to project](https://git.idiv.de/sc/edu/git-seminar)
+              - check if still in master
+              - edit
+              - change **target branch** to create merge request
+            - commit message:
+                ```
+                fixes typo
+
+                learn how to use a spell checker
+                ```
+          </section>
+
           <section id="audience" data-markdown>
             ## audience
 
-- 
GitLab