We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380e86d commit 79701d9Copy full SHA for 79701d9
git-intro-concepts.ipynb
@@ -134,6 +134,15 @@
134
"slide_type": "slide"
135
}
136
},
137
+ "source": [
138
+ "## Git is easy!\n",
139
+ "\n",
140
+ "<img src=\"images/xkcd-git.png\" width=\"400px\">"
141
+ ]
142
+ },
143
+ {
144
+ "cell_type": "markdown",
145
+ "metadata": {},
146
"source": [
147
"## Very high level picture: an overview of key concepts"
148
]
images/xkcd-git.png
142 KB
index.ipynb
@@ -19,13 +19,6 @@
19
"- [Git: collaboration practice](collaboration-exercise.ipynb)\n",
20
"- [Git: extras](git-extras.ipynb)"
21
22
- },
23
- {
24
- "cell_type": "code",
25
- "execution_count": null,
26
- "metadata": {},
27
- "outputs": [],
28
- "source": []
29
30
],
31
"metadata": {
0 commit comments