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: docs/handson.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -453,10 +453,10 @@ <h2>Make a New Repository</h2>
453
453
<li>In the Rstudio Console: <code>library(usethis)</code></li>
454
454
<li>In the Console: <code>use_git(message = "first commit for my helo world")</code></li>
455
455
<li>Create a Readme File: <code>use_readme_md()</code> (Edit your README. <ahref="https://gist.github.com/PurpleBooth/109311bb0361f32d87a2">Example README template</a>)</li>
456
-
<li>Push your repository to GitHub: <code>use_github(protocol = "https")</code></li>
456
+
<li>Push your repository to GitHub: <code>use_github(protocol = "https")</code> and <strong>restart R</strong></li>
457
457
<li>Add a license: <ahref="https://help.github.com/articles/adding-a-license-to-a-repository/">GitHub instructions</a></li>
458
458
<li>Pull the GitHub changes to your local workstations via Rstudio’s git client</li>
459
-
<li>Congratulations. You’ve just created your first GitHub repository. Now you can see your repository – including the three files you just created.</li>
459
+
<li>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 <code>README.md</code>. Both the local and the remote (GitHub) have the <code>LICENSE.md</code> file created at GitHub. you’ve created a repo.</li>
<li>Back to the RStudio text editor, create a new text file listing three favorite movies. Save the file as <code>movies.md</code>. <strong>Commit</strong> and <strong>push</strong> your changes</li>
538
537
<li><p>Checkout the <em>master</em> branch</p>
539
538
<ul>
540
539
<li>Watch the <strong>Files</strong> tab as you switch back to the <em>master</em> branch. Where is the <code>movies.md</code> file?</li>
0 commit comments