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 @@ <h2>Make a New Repository</h2> <li>In the Rstudio Console: <code>library(usethis)</code></li> <li>In the Console: <code>use_git(message = "first commit for my helo world")</code></li> <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> -<li>Push your repository to GitHub: <code>use_github(protocol = "https")</code></li> +<li>Push your repository to GitHub: <code>use_github(protocol = "https")</code> and <strong>restart R</strong></li> <li>Add a license: <a href="https://help.github.com/articles/adding-a-license-to-a-repository/">GitHub instructions</a></li> <li>Pull the GitHub changes to your local workstations via Rstudio’s git client</li> -<li>Congratulations. You’ve just created your first GitHub repository. Now you can see your repository – including the three files you just created.</li> +<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> </ol> <p> </p> </div> 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 @@ <h2>Branch</h2> <li>Click <code>Create</code></li> </ul></li> </ol> -<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> -<pre><code>- Commit your changes</code></pre> <div class="figure" style="text-align: center"> <img src="images/branch_create.png" alt="Create Branch" width="197" /> <p class="caption"> @@ -535,6 +533,7 @@ <h2>Branch</h2> </p> </div> <ol start="2" style="list-style-type: decimal"> +<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> <li><p>Checkout the <em>master</em> branch</p> <ul> <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> diff --git a/docs/handson_pr.html b/docs/handson_pr.html index 4d49b5b..9db90ee 100644 --- a/docs/handson_pr.html +++ b/docs/handson_pr.html @@ -519,9 +519,9 @@ <h3>Fork</h3> <div id="exercise" class="section level4"> <h4>Exercise</h4> <ol style="list-style-type: decimal"> -<li>[Source] Clone <a href="https://github.com/data-and-visualization/pr_hello-world">this test repository</a></li> -<li>[Source] Have your partner <code>fork</code> your repository</li> -<li>[Partner] After you forked above, <code>clone</code> your forked repository</li> +<li>[Source] <strong>Clone</strong> <a href="https://github.com/data-and-visualization/pr_hello-world">this test repository</a></li> +<li>[Source] Have your partner <strong>fork</strong> <em>your</em> repository</li> +<li>[Partner] After you forked above, <strong>clone</strong> your forked repository</li> <li>[Partner] Make some changes to your cloned [forked] repository. (e.g. add a file, edit the readme, etc.)</li> <li>[Partner] Using the git commands you’ve already learned: add, commit, and push the changes</li> </ol>