Skip to content

SDS-192-Intro/github-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published