diff --git a/docs/handson.html b/docs/handson.html index ff00bb5..61240b4 100644 --- a/docs/handson.html +++ b/docs/handson.html @@ -453,10 +453,10 @@

Make a New Repository

  • In the Rstudio Console: library(usethis)
  • In the Console: use_git(message = "first commit for my helo world")
  • Create a Readme File: use_readme_md() (Edit your README. Example README template)
  • -
  • Push your repository to GitHub: use_github(protocol = "https")
  • +
  • Push your repository to GitHub: use_github(protocol = "https") and restart R
  • Add a license: GitHub instructions
  • Pull the GitHub changes to your local workstations via Rstudio’s git client
  • -
  • Congratulations. You’ve just created your first GitHub repository. Now you can see your repository – including the three files you just created.
  • +
  • Congratulations. You’ve just created your first GitHub repository. Now you can see your repository. congratulations. you’ve created a repo. On your local file-system you should still see the unstaged README.md. Both the local and the remote (GitHub) have the LICENSE.md file created at GitHub. you’ve created a repo.
  •  

    diff --git a/docs/handson_branch.html b/docs/handson_branch.html index 51e972f..40f67c8 100644 --- a/docs/handson_branch.html +++ b/docs/handson_branch.html @@ -526,8 +526,6 @@

    Branch

  • Click Create
  • -

    Moving back to the text editor in RStudio, create a new markdown document listing 3 favorite movies. Save the file as movies.md

    -
    - Commit your changes
    Create Branch

    @@ -535,6 +533,7 @@

    Branch

      +
    1. Back to the RStudio text editor, create a new text file listing three favorite movies. Save the file as movies.md. Commit and push your changes
    2. Checkout the master branch