- Clone this repo to RStudio: File > New Project > Version Control > Git, and copy and paste the URL.
- Open github-practice.Rmd.
- One of your partners should navigate to the GitHub repository online.
- Click on the file README.md.
- Click the pencil icon to edit the file.
- Replace the text below with your names:
ADD NAME 1 HERE ADD NAME 2 HERE
- Scroll to the bottom of the page and commit changes noting in the message that your names were added.
- Other partner: return to RStudio.
- Add your names at the top of github-practice.Rmd.
- Save the file.
- Commit your changes.
What do we have to do to fix the error?
- One of your partners should navigate to the GitHub repository online.
- Click on the file github-practice.Rmd.
- Click the pencil icon to edit the file.
- Replace the code on line 37 with the following:
colnames(pioneer_valley_2013)
- Scroll to the bottom of the page and commit changes noting in the message how you updated the function.
- Other partner: return to RStudio.
- Open github-practice.Rmd.
- Replace the code on line 37 with the following:
ncol(pioneer_valley_2013)
- Save the file.
- Click the button to Pull changes.
What do we have to do to fix the error?
- After you resolve the error above, fix the merge conflict that arises when you try to push changes.