You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: handson.Rmd
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ This step was covered in the [Outline Section](outline.html). In that section yo
15
15
1. In the Rstudio Console: `library(usethis)`
16
16
1. In the Console: `use_git(message = "first commit for my helo world")`
17
17
1. Create a Readme File: `use_readme_md()` (Edit your README. [Example README template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2))
18
-
1. Push your repository to GitHub: `use_github(protocol = "https")`
18
+
1. Push your repository to GitHub: `use_github(protocol = "https")` and **restart R**
19
19
1. Add a license: [GitHub instructions](https://help.github.com/articles/adding-a-license-to-a-repository/)
20
20
1. Pull the GitHub changes to your local workstations via Rstudio's git client
21
-
1. Congratulations. You've just created your first GitHub repository. Now you can see your repository -- including the three files you just created.
21
+
1. 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.
2. 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
31
28
2. Checkout the *master* branch
32
29
33
30
- Watch the **Files** tab as you switch back to the *master* branch. Where is the `movies.md` file?
0 commit comments