You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
393
393
<li>Commit your changes</li>
394
394
</ul>
395
395
</div>
@@ -401,10 +401,11 @@ <h2>Branch</h2>
401
401
<li>The funny icon (see image, below) is used to <strong>create</strong> and <strong>checkout</strong> a branch</li>
402
402
<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 <<branch-name>></code> )</li>
403
403
<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>
406
405
</ul></li>
407
406
</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>
0 commit comments