Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Programming course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Programming course
Commits
0af69a76
Commit
0af69a76
authored
11 years ago
by
Zuotian Tatum
Browse files
Options
Downloads
Patches
Plain Diff
fixed sub-slides for git.ipynb
parent
6b8e05ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
git.ipynb
+70
-9
70 additions, 9 deletions
git.ipynb
with
70 additions
and
9 deletions
git.ipynb
+
70
−
9
View file @
0af69a76
...
...
@@ -516,7 +516,7 @@
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "
fragment
"
"slide_type": "
-
"
}
},
"outputs": [
...
...
@@ -850,10 +850,13 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "
fragment
"
"slide_type": "
subslide
"
}
},
"source": [
"Git - basics\n",
"===\n",
"\n",
"Rmoving files\n",
"---"
]
...
...
@@ -902,7 +905,7 @@
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "
fragment
"
"slide_type": "
-
"
}
},
"outputs": [
...
...
@@ -987,7 +990,11 @@
"git status"
],
"language": "python",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"output_type": "stream",
...
...
@@ -1105,7 +1112,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "
sub
slide"
"slide_type": "slide"
}
},
"source": [
...
...
@@ -1117,7 +1124,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Git - Remote workflow\n",
"===\n",
...
...
@@ -1297,7 +1308,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git - remote repository\n",
"===\n",
...
...
@@ -1390,6 +1405,44 @@
"* unconventional usages (documenation, git-annex, etc.)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Git - branching\n",
"===\n",
"\n",
"Master branch\n",
"---\n",
"\n",
"We are already working in a branch called **master**."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"%%sh\n",
"\n",
"git branch -v"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"* master 56fe8bf add more files to repo\n"
]
}
],
"prompt_number": 25
},
{
"cell_type": "markdown",
"metadata": {
...
...
@@ -1426,7 +1479,11 @@
"git checkout new_experiment"
],
"language": "python",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": []
},
{
...
...
@@ -1450,7 +1507,11 @@
"git merge new_experiment"
],
"language": "python",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": []
},
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment