Skip to content

Commit e28bfb4

Browse files
committed
docs
1 parent 5cf223b commit e28bfb4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/handson_branch.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h1 class="title toc-ignore">Git: Branch / Merge / Revert</h1>
389389
<div id="standard-edit" class="section level2">
390390
<h2>Standard Edit</h2>
391391
<ul>
392-
<li>Add your name and a bulleted list with three of your favorite foods</li>
392+
<li>Add your name and a bullet list with three of your favorite foods</li>
393393
<li>Commit your changes</li>
394394
</ul>
395395
</div>
@@ -401,10 +401,11 @@ <h2>Branch</h2>
401401
<li>The funny icon (see image, below) is used to <strong>create</strong> and <strong>checkout</strong> a branch</li>
402402
<li>Clicking the icon invokes a <em>new branch</em> function. (Don’t type the next command. Just know invoking the brach via RStudio makes git spawn the following command: <code>git checkout &lt;&lt;branch-name&gt;&gt;</code> )</li>
403403
<li>For a branch name, in the branch text box, type: <code>version2</code></li>
404-
<li>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></li>
405-
<li>Commit your changes</li>
404+
<li>Click <code>Create</code></li>
406405
</ul></li>
407406
</ol>
407+
<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>
408+
<pre><code>- Commit your changes</code></pre>
408409
<div class="figure" style="text-align: center">
409410
<img src="images/branch_create.png" alt="Create Branch" width="197" />
410411
<p class="caption">

0 commit comments

Comments
 (0)