From 1723cc9232d7204a1985673fa2f1e90e4b4ce265 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 9 Sep 2019 12:22:36 +0200
Subject: [PATCH] adds more spacing to motivation wars

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

diff --git a/basics.html b/basics.html
index a73aa98..c2e5841 100644
--- a/basics.html
+++ b/basics.html
@@ -277,18 +277,31 @@
 
               <div data-markdown>
                 1.  revert a bad change?
+
                 1.  view the history?
+
                 1.  know why someone changed it?
+
                 1.  maintain multiple versions?
+
                 1.  see the diff of two versions?
+
                 1.  find commit that broke something?
+
                 1.  have free backup?
+
                 1.  have non-interfering playgrounds?
+
                 1.  have automated testing?
+
                 1.  have automated deployment?
+
                 1.  forget about ms word comments?
+
                 1.  contribute to a project?
+
                 1.  share your code?
+
                 1.  let other people do the work for you?
               </div>
 
-- 
GitLab