Skip to content

Commit

Permalink
fix: fixed typo in git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
khoa-l committed Sep 14, 2023
1 parent f2396be commit 0e8540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab_010.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Add File to Track</h2>
<p>Thankfully, there's a helpful suggestion about what we can do! To begin tracking this file in our
<code>Git</code> repository, run the following command:</p>
<h3><b>Execute</b></h3>
<pre class="command-line git" data-prompt="$"><code class="language-git">git add index.html</code></pre>
<pre class="command-line git" data-prompt="$"><code class="language-git">git add README.md</code></pre>
<p>Now run, <code>git status</code> again to check the state of the working directory and repository.</p>
<h3><b>Execute</b></h3>
<pre class="command-line git" data-prompt="$"><code class="language-git">git status</code></pre>
Expand Down

0 comments on commit 0e8540d

Please sign in to comment.