These exercises follow the material in the GitHub section of Reproducible R.

  1. Command line Git
mkdir GitHub_Training
cd GitHub_Training
git init
touch README.md
echo 'The Twilight Zone' >> README.md
cp ../data/dayOfWeek.r .
git add README.md
git commit -m"create README"
git commit -m"add days of week script"
git remote add origin https://github.com/BRC-RU/GitHub_Training.git
git push origin master
  1. RStudio Git Integration
  1. Workflow and Collaboration Next we will practice the GitHub workflow. To do this we will use the repository here. This is my collection of GIFS for how this training session makes me feel, and you can add to this.