1
0

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jip J. Dekker 2018-04-30 15:24:25 +10:00
commit 63a40a69a4
7 changed files with 9 additions and 2 deletions

View File

@ -40,7 +40,7 @@ and don't forget to write a nice message about the changes made.
**Step 5.** In this step we pull the changes from the remote repository and merge them with ours. Then we push the merged changes back up to the master branch of the origin (the remote repository).
```
$ git pull remote
$ git pull origin
$ git push origin master
```

View File

@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Week"
"# Week 7: Tennis Data Exploration"
]
},
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Week 8: Unrest via Sparse Credit Card Data"
]
},
{
"cell_type": "code",
"execution_count": null,