Skip to content

Commit

Permalink
rebuild website
Browse files Browse the repository at this point in the history
  • Loading branch information
libjohn committed Jan 31, 2019
1 parent 1b8717f commit ad33ed5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/handson.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = &quot;first commit for my helo world&quot;)</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 = &quot;https&quot;)</code></li>
<li>Push your repository to GitHub: <code>use_github(protocol = &quot;https&quot;)</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>
Expand Down
3 changes: 1 addition & 2 deletions docs/handson_branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,15 +526,14 @@ <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">
Create Branch
</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>
Expand Down
6 changes: 3 additions & 3 deletions docs/handson_pr.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ad33ed5

Please sign in to comment.