From 08ccd3e05337580ff5c2952fc3f86c8c8a9a4e3c Mon Sep 17 00:00:00 2001
From: "Z. Tatum" <z.tatum@lumc.nl>
Date: Fri, 2 Aug 2013 18:26:02 +0200
Subject: [PATCH] fixing some sub-slides

---
 git.ipynb | 39 ++++++++++++++++++++++++++++++++-------
 1 file changed, 32 insertions(+), 7 deletions(-)

diff --git a/git.ipynb b/git.ipynb
index 95066a1..6296e73 100644
--- a/git.ipynb
+++ b/git.ipynb
@@ -77,9 +77,7 @@
       "What is a Version Control System (VCS)\n",
       "===\n",
       "\n",
-      "> Revision control, also known as version control and source control (and an aspect of software configuration management), is the management of changes to documents, computer programs, large web sites, and other collections of information. \n",
-      "> --- \n",
-      "> [Wikipedia](http://en.wikipedia.org/wiki/Revision_control)\n"
+      "> *Revision control*, also known as version control and source control (and an aspect of software configuration management), is the management of changes to documents, computer programs, large web sites, and other collections of information. --- [Wikipedia](http://en.wikipedia.org/wiki/Revision_control)\n"
      ]
     },
     {
@@ -709,7 +707,11 @@
     },
     {
      "cell_type": "markdown",
-     "metadata": {},
+     "metadata": {
+      "slideshow": {
+       "slide_type": "subslide"
+      }
+     },
      "source": [
       "Git - basics\n",
       "===\n",
@@ -768,7 +770,11 @@
     },
     {
      "cell_type": "markdown",
-     "metadata": {},
+     "metadata": {
+      "slideshow": {
+       "slide_type": "subslide"
+      }
+     },
      "source": [
       "Git - basics\n",
       "===\n",
@@ -802,7 +808,11 @@
     },
     {
      "cell_type": "markdown",
-     "metadata": {},
+     "metadata": {
+      "slideshow": {
+       "slide_type": "subslide"
+      }
+     },
      "source": [
       "Git - basics\n",
       "===\n",
@@ -844,7 +854,11 @@
     },
     {
      "cell_type": "markdown",
-     "metadata": {},
+     "metadata": {
+      "slideshow": {
+       "slide_type": "fragment"
+      }
+     },
      "source": [
       "Rmoving files\n",
       "---"
@@ -1062,6 +1076,17 @@
       }
      ],
      "prompt_number": 24
+    },
+    {
+     "cell_type": "markdown",
+     "metadata": {},
+     "source": [
+      "Git - remote repository\n",
+      "===\n",
+      "\n",
+      "Fork a project\n",
+      "---"
+     ]
     }
    ],
    "metadata": {}
-- 
GitLab