From 00eca151d6105f9bda9594e97a94d132f0e1016d Mon Sep 17 00:00:00 2001
From: Florian Moser <git@famoser.ch>
Date: Fri, 17 Jan 2020 17:33:55 +0100
Subject: [PATCH] new motivation for git course

---
 git_gitlab_course/boilerplate-single.html | 29 ++++++++++-------------
 git_gitlab_course/template.html           |  6 -----
 2 files changed, 12 insertions(+), 23 deletions(-)
 delete mode 100644 git_gitlab_course/template.html

diff --git a/git_gitlab_course/boilerplate-single.html b/git_gitlab_course/boilerplate-single.html
index 4d72cc8..f883d2d 100644
--- a/git_gitlab_course/boilerplate-single.html
+++ b/git_gitlab_course/boilerplate-single.html
@@ -21,33 +21,28 @@ class: center, middle
 
 ---
 
-# Why to use _git_
-.center[<img src="images/xkcd_git.png" width="300">]
+# Why _git_
 
----
-# Why to use git
-
-**Tracking**
+**Change control**
 - keep track of who changed what
 - revert changes easily
+```bash
+no more presentation_v2_final_FINAL.pptx
+```
 
 **Backup & distribute**
 - store important files remotely
 - easily copy and maintain on different devices
 - share and edit with collaborators
+```bash
+no more inconsistent state
+```
 
 **Focus**
-- strict version control helps you to work goal oriented
-
----
-
-# How to use _git_
-
-- installing
-
-- work local
-
-- change & track
+- strict version control helps you to work goal oriented 
+```bash
+no more chaotic changes
+```
 
 ---
 
diff --git a/git_gitlab_course/template.html b/git_gitlab_course/template.html
deleted file mode 100644
index 04813c1..0000000
--- a/git_gitlab_course/template.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-	<body>
-        <h1>Hallo Welt</h1>
-        <h2>Hallo Welt</h2>
-	</body>
-</html>
\ No newline at end of file
-- 
GitLab