As a class:
Your TA will walk you through the steps to build a repository in GitHub, and a local version on your desktop. Call this repository “PracticeRepo”.
Create an index.Rmd
file that you will post as an
html webpage.
Create a new page called newpage.Rmd
and create a
link on your index file.
Make changes, stage them, and push them to your new webpage.
On your own:
After you have done this a few times and are comfortable with
this process, set up your repository for this course, using your own
last name as part of the repository name:
LastNameBio381
Once your index page is set up and your webpage is hosted and
visible on the internet, build a link and a new page called
Homework_02.Rmd
.
Add a sentence or two at the start of your index page describing what the site is for. Knit the document and commit your changes in the usual way. Soon you will learn how to modify and edit this initial page extensively.
Check your webpage and make sure that the new link works.
What to provide to your TA by the end of the day:
https://github.com/YourGitHubUserName
https://YourGitHubUserName.github.io/LastNameBio381/
Congratulations! You are now a GitHub user!
Helpful Links: