Skip to content

Commit ad33ed5

Browse files
committed
rebuild website
1 parent 1b8717f commit ad33ed5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/handson.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ <h2>Make a New Repository</h2>
453453
<li>In the Rstudio Console: <code>library(usethis)</code></li>
454454
<li>In the Console: <code>use_git(message = &quot;first commit for my helo world&quot;)</code></li>
455455
<li>Create a Readme File: <code>use_readme_md()</code> (Edit your README. <a href="https://gist.github.com/PurpleBooth/109311bb0361f32d87a2">Example README template</a>)</li>
456-
<li>Push your repository to GitHub: <code>use_github(protocol = &quot;https&quot;)</code></li>
456+
<li>Push your repository to GitHub: <code>use_github(protocol = &quot;https&quot;)</code> and <strong>restart R</strong></li>
457457
<li>Add a license: <a href="https://help.github.com/articles/adding-a-license-to-a-repository/">GitHub instructions</a></li>
458458
<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>
460460
</ol>
461461
<p> </p>
462462
</div>

docs/handson_branch.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -526,15 +526,14 @@ <h2>Branch</h2>
526526
<li>Click <code>Create</code></li>
527527
</ul></li>
528528
</ol>
529-
<p>Moving back to the text editor in RStudio, create a new markdown document listing 3 favorite movies. Save the file as <code>movies.md</code></p>
530-
<pre><code>- Commit your changes</code></pre>
531529
<div class="figure" style="text-align: center">
532530
<img src="images/branch_create.png" alt="Create Branch" width="197" />
533531
<p class="caption">
534532
Create Branch
535533
</p>
536534
</div>
537535
<ol start="2" style="list-style-type: decimal">
536+
<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>
538537
<li><p>Checkout the <em>master</em> branch</p>
539538
<ul>
540539
<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>

docs/handson_pr.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ <h3>Fork</h3>
519519
<div id="exercise" class="section level4">
520520
<h4>Exercise</h4>
521521
<ol style="list-style-type: decimal">
522-
<li>[Source] Clone <a href="https://github.com/data-and-visualization/pr_hello-world">this test repository</a></li>
523-
<li>[Source] Have your partner <code>fork</code> your repository</li>
524-
<li>[Partner] After you forked above, <code>clone</code> your forked repository</li>
522+
<li>[Source] <strong>Clone</strong> <a href="https://github.com/data-and-visualization/pr_hello-world">this test repository</a></li>
523+
<li>[Source] Have your partner <strong>fork</strong> <em>your</em> repository</li>
524+
<li>[Partner] After you forked above, <strong>clone</strong> your forked repository</li>
525525
<li>[Partner] Make some changes to your cloned [forked] repository. (e.g. add a file, edit the readme, etc.)</li>
526526
<li>[Partner] Using the git commands you’ve already learned: add, commit, and push the changes</li>
527527
</ol>

0 commit comments

Comments
 (0)