From c1b996af71971bdfafdf12ddb1bfe5460f4779a0 Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dirk.sarpe@idiv.de>
Date: Wed, 14 Sep 2016 08:13:00 +0200
Subject: [PATCH] split block structure from unsorted notes

---
 foo.md => notes.md | 22 ----------------------
 overview.md        | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 22 deletions(-)
 rename foo.md => notes.md (72%)
 create mode 100644 overview.md

diff --git a/foo.md b/notes.md
similarity index 72%
rename from foo.md
rename to notes.md
index f33b3e3..74c96a4 100644
--- a/foo.md
+++ b/notes.md
@@ -1,25 +1,3 @@
-Blöcke
-======
-
-(jeder Block ~ 1.5h, insgesamt 2h Pause - ein ganzer Tag git)
-
-0.  Intro
-    - Why VCS? (Have you ever ...?)
-    - Why git?
-    - How do I start git very basics
-
-1.  Git Commands
-    - working dir - index/stage - repo
-
-2.  GitLab / GitHub
-    - project maintanance
-    - issues and PRs
-    - "easier collaboration"
-
-3.  VCS Workflows
-    - how to collaborate in an organized manner
-
-
 Basics
 ======
 
diff --git a/overview.md b/overview.md
new file mode 100644
index 0000000..3d627fa
--- /dev/null
+++ b/overview.md
@@ -0,0 +1,23 @@
+Blöcke
+======
+
+each block is about 3 hours e.g. 9 - 12 including breaks
+
+0.  Intro
+    - Why git?
+    - git installation hands on
+    - show try git like tutorial on beamer (closed laptops)
+    - hands on - created project
+    - wrap up hands on
+
+1.  Git Commands
+    - working dir - index/stage - repo
+
+2.  GitLab / GitHub
+    - project maintanance
+    - issues and PRs
+    - "easier collaboration"
+
+3.  VCS Workflows
+    - how to collaborate in an organized manner
+
-- 
GitLab