Day 2

Announcements

  • Everyone should be signed up on Piazza and GitHub
  • Reading 1 due Thursday
  • Quiz Thursday during class
  • Guest lecture next Tuesday by Alex Huth

Things you need to do before Thursday, September 3rd:

  1. Read Introduction to Git
  2. [optional] Read Git for Scientists: A Tutorial and The Git Parable

Everyone should now have a private GitHub repository for submitting individual assignments (e.g., readings, quizzes, homeworks). You will use another repository for your group project.

If you are using HTTPS to connect to GitHub, you can clone your repository by typing:

$ git clone https://github.com/berkeley-stat159/<your github name>-work.git

If you are using SSH to connect to GitHub, you can clone your repository by typing:

$ git clone git@github.com:berkeley-stat159/<your github name>-work.git