diff --git a/git.ipynb b/git.ipynb index 95066a1ab0dceac0d470228095600c0c6c42ad4e..6296e7342b0328de118b22e282f400c993d4c95e 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": {}