From 54f535c4601396fbf51710445385aa2fa25b0cc4 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Mon, 3 Dec 2018 10:06:47 +0100 Subject: [PATCH] makes motivation less about git specifically --- basics.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/basics.html b/basics.html index 040a03c..23ea2c6 100644 --- a/basics.html +++ b/basics.html @@ -141,7 +141,13 @@ <section id="motivation" data-markdown> # motivation - > Why should I use git? + > Why should I use version control? + + notes: + - summarize reasons from audience + - highlight that motivation chapter is more about the concept of + version control in general, not git specifically, because git is + just a tool to do it </section> <section id="motivation-avoid-mess" data-markdown> @@ -218,7 +224,7 @@ <section id="motivation-creative-use" data-markdown> ## motivation #4 - ### the creative use of git award + ### the creative use award #### goes to Michael Schilli ```yml @@ -253,7 +259,8 @@ - software, thats obvious - blog / doc: web-pages in general are more and more managed by git - e.g. this git cheat sheet we're handing out is a git repo - - if it doesn't support git don't use it + - if it doesn't support version control, i.e. text, don't use it, + e.g. graphics written in dot, compiled to SVG </section> <section id="motivation-automation" data-markdown> -- GitLab