PhD Comics
Simple formal system for tracking all changes to a project
Learning curve is a bit steep, but when you need it you REALLY need it
Your closest collaborator is you six months ago, but you don’t reply to emails.
– Paul Wilson, UW-Madison
Tracks any type of file
Create a repository on Github
Connect an R project to Github repository
Working with a local and remote repository
Staging, Committing, Pushing and Pulling
Merge conflicts
Best practices
What if you wanted to now change your analysis
to subset for 1952
plot life expectancy (lifeExp) vs. population (pop)
gpdPercap)
size = gpdPercap to your plotting codeHappy Git with R by Jenny Bryan: http://happygitwithr.com/
Try Git: https://try.github.io