Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
63a40a69a4
@ -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
|
||||
```
|
||||
|
||||
|
@ -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.
@ -1,5 +1,12 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Week 8: Unrest via Sparse Credit Card Data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
Reference in New Issue
Block a user