library(tidyverse)

The basics

  1. Fork the course repo on GitHub.
  2. Clone your fork and make a new project in RStudio.
  3. Add your name, with a link to your GitHub user page, to README.md.
  4. Commit your changes.
  5. Push
  6. Send a pull request
  7. I will resolve all pull requests

Collaborating

I can’t push

  1. Change your remote to point towards my repository.
  2. Add one sentence about yourself to README.md
  3. Commit
  4. Push
  5. I will add you all as collaborators on this repository
  6. One by one, we will push

I can’t pull

  1. Add another sentence about yourself to README.md
  2. First person, commit and push
  3. Second person
    1. Pull
    2. Commit or Revert
    3. Pull
    4. Push

Merge conflicts

  1. Edit a sentence about someone else
  2. Commit
  3. One by one, push