Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.42 KB

File metadata and controls

50 lines (32 loc) · 1.42 KB

GitHub-Practice

  1. Clone this repo to RStudio: File > New Project > Version Control > Git, and copy and paste the URL.
  2. Open github-practice.Rmd.

Resolving Push Error

  1. One of your partners should navigate to the GitHub repository online.
  2. Click on the file README.md.
  3. Click the pencil icon to edit the file.
  4. Replace the text below with your names:

ADD NAME 1 HERE ADD NAME 2 HERE

  1. Scroll to the bottom of the page and commit changes noting in the message that your names were added.
  2. Other partner: return to RStudio.
  3. Add your names at the top of github-practice.Rmd.
  4. Save the file.
  5. Commit your changes.

What do we have to do to fix the error?

Resolving Pull Error

  1. One of your partners should navigate to the GitHub repository online.
  2. Click on the file github-practice.Rmd.
  3. Click the pencil icon to edit the file.
  4. Replace the code on line 37 with the following:

colnames(pioneer_valley_2013)

  1. Scroll to the bottom of the page and commit changes noting in the message how you updated the function.
  2. Other partner: return to RStudio.
  3. Open github-practice.Rmd.
  4. Replace the code on line 37 with the following:

ncol(pioneer_valley_2013)

  1. Save the file.
  2. Click the button to Pull changes.

What do we have to do to fix the error?

Resolving Merge Conflict

  1. After you resolve the error above, fix the merge conflict that arises when you try to push changes.