Skip to content

Commit 392f225

Browse files
committed
rebuild website with updated hands-on instructions
1 parent d188353 commit 392f225

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

docs/handson.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h3>Configure</h3>
449449
<div id="make-a-new-repository" class="section level2">
450450
<h2>Make a New Repository</h2>
451451
<ol style="list-style-type: decimal">
452-
<li>Create a new RStudio Project (<a href="https://youtu.be/etkSsF6r2iU">video - 40 seconds</a>)</li>
452+
<li>Create a new RStudio Project. The Directory/Project name sould be <strong>test-one</strong> (How to <a href="https://youtu.be/etkSsF6r2iU">video - 40 seconds</a>)</li>
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>

docs/handson_branch.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ <h1 class="title toc-ignore">Git: Branch / Merge / Revert</h1>
508508

509509

510510
<p>This document follows set-up from the <a href="handson.html">previous document</a></p>
511-
<div id="standard-edit" class="section level2">
512-
<h2>Standard Edit</h2>
511+
<div id="first-edit-the-readme-document" class="section level2">
512+
<h2>First, Edit the README document</h2>
513513
<ul>
514-
<li>Add your name and a bullet list with three of your favorite foods</li>
514+
<li>Add your <strong>name</strong> and a bullet list with <strong>three</strong> of your <strong>favorite foods</strong> to the <code>README.md</code> document.</li>
515515
<li>Commit your changes</li>
516516
</ul>
517517
</div>
@@ -626,9 +626,12 @@ <h4>HINT</h4>
626626
<ol style="list-style-type: decimal">
627627
<li>At GitHub, click the “Commits” link</li>
628628
<li>Isolate the version you need by clicking the <code>&lt; &gt;</code> link. This enables you to browse the repository at that point in history</li>
629-
<li>Navigate to the fine you need. Copy the file.</li>
630-
<li>Back in your editor, paste over the source version.<br />
631-
Commit &amp; Push</li>
629+
<li><p>Navigate to the file you need. Copy the file.</p>
630+
<ul>
631+
<li>Or, alternatively, you can download a copy of the whole repository (look for the green “clone” button, then “download zip”) at that commit point</li>
632+
</ul></li>
633+
<li><p>Back in your editor, paste over the source version.<br />
634+
Commit &amp; Push</p></li>
632635
</ol>
633636
</div>
634637
</div>

0 commit comments

Comments
 (0)