Skip to content

Commit 663b592

Browse files
author
Jake Hofman
committed
week 1 done
1 parent a6ef8d2 commit 663b592

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

week1/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*-citibike-tripdata.csv
22
movies.tsv
33
ratings.*
4+
*citibike-tripdata.csv

week1/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ git merge upstream/master
116116
* Sean Anderson's [dplyr and pipes examples](http://seananderson.ca/2014/09/13/dplyr-intro.html) ([code](https://github.com/seananderson/dplyr-intro-2014) on github)
117117
* Rstudio's [data wrangling cheatsheet](http://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf)
118118

119+
## Save your work
120+
* Make sure to save your work and push it to GitHub. Do this in three steps:
121+
1. `git add` and `git commit` and new files to your local repository. (Omit large data files.)
122+
2. `git pull upstream master` to grab changes from this repository, and resolve any merge conflicts, commiting the final results.
123+
3. `git push origin master` to push things back up to your GitHub fork of the course repository.
119124

120125
# Day 3
121126

0 commit comments

Comments
 (0)