• What was I thinking? / What happened?
  • Let's get on the same page.
  • Anyone go to Hadley Wickham this afternoon?

After class

  • Make a Github account if you don't already have one
  • Fork the repo — your assignments will be in the form of pull requests!
  • Install R and RStudio for next week's gentle intro to R
  • Read about RMarkdown

Blogs

Git branching game!

Configuration?

Some more:

git config --global push.default current # or simple
git config --global user.name …
git config --global user.email …
git config --global core.editor "nano" 

Fork and clone

git clone https://github.com/YOUR-NAME/qmssviz.git
cd qmssviz
git remote add upstream https://github.com/malecki/qmssviz.git

Gentle git intro, part I

  • (demo time)
  • Use RStudio
  • Clone using RStudio
  • Add the upstream in a shell

Gentle R Intro (Yang)

Gentle git intro, Part II

Homework, how do I do it?