Skip to content
Snippets Groups Projects
Commit 6d834fbb authored by Zuotian Tatum's avatar Zuotian Tatum
Browse files

update header format

parent 98bc0224
No related branches found
No related tags found
No related merge requests found
......@@ -50,43 +50,25 @@
"metadata": {},
"source": []
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Git"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Git\n",
"===\n",
"\n",
"Git allows groups of people to work on the same documents (often code) at the same time, and without stepping on each other's toes. It's a distributed version control system."
]
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git "
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"To initialize a Git repository"
"Git\n",
"===\n",
"\n",
"To itialize a Git repository\n",
"---"
]
},
{
......@@ -114,23 +96,14 @@
"prompt_number": 10
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git "
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"Check repository status"
"Git\n",
"===\n",
"\n",
"Check repository status\n",
"---"
]
},
{
......@@ -159,23 +132,14 @@
"prompt_number": 12
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git "
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"Add changes"
"Git\n",
"===\n",
"\n",
"Add changes\n",
"---"
]
},
{
......@@ -245,23 +209,14 @@
"prompt_number": 18
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git "
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"Commit changes"
"Git\n",
"===\n",
"\n",
"Commit changes\n",
"---"
]
},
{
......@@ -289,19 +244,14 @@
"prompt_number": 19
},
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Git"
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"Commit multiple changes"
"Git\n",
"===\n",
"\n",
"Commit multiple changes\n",
"---"
]
},
{
......@@ -388,23 +338,14 @@
"prompt_number": 23
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git"
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"History"
"Git\n",
"===\n",
"\n",
"History\n",
"---"
]
},
{
......@@ -462,23 +403,44 @@
"prompt_number": 27
},
{
"cell_type": "heading",
"level": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"cell_type": "markdown",
"metadata": {},
"source": [
"Git"
"Git\n",
"===\n",
"\n",
"Remote repository\n",
"---"
]
},
{
"cell_type": "heading",
"level": 2,
"cell_type": "markdown",
"metadata": {},
"source": [
"Before adding the remote repository, let's add some information about you."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"%%sh \n",
"git config --global user.name \"Z. Tatum\"\n",
"git config --global user.email \"z.tatum@lumc.nl\""
],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"Remote repository"
"Now let's add the remote repository."
]
},
{
......@@ -491,7 +453,11 @@
"git remote add origin https://gitlab.lumc.nl/ztatum/myproject"
],
"language": "python",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": []
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment