Skip to content

Commit

Permalink
edits from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Jul 10, 2014
1 parent d5a07ef commit d738cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion guide/challenges/commit_to_it.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>Step: Status, Add and Commit Changes</h2>
<p><code>$ git commit -m 'your commit message'</code></p>

<h2>Step: Make More Changes</h2>
<p>Now add another line to <code>readme.md</code> and save.</p>
<p>Now add another line to <code>readme.txt</code> and save.</p>

<p>In terminal, you can view the <strong>diff</strong>erence between the
file now and how it was at your last commit. </p>
Expand Down Expand Up @@ -94,6 +94,7 @@ <h2>Tips</h2>
<ul>
</div>


<div class="prenext">
<div class="pre lef meta">
<a href="repository.html">repository</a>
Expand Down
3 changes: 2 additions & 1 deletion guide/challenges/merge_tada.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>Congratulations!</h2>
<p>You've created local repositories, remote repositories, worked with
a collaborator, pushed, pulled and joined the millions of others
developing and enriching open source!</p>
<p>Visit <a href="jlord.github.io/patchwork" target="_blank">jlord.github.io/patchwork</a> to see your name incorporated!</p>
<p>Visit <a href="https://jlord.github.io/patchwork" target="_blank">jlord.github.io/patchwork</a> to see your name incorporated!</p>

<div class="verify">
<h3>Verify with </h3> <code>git-it verify </code>
Expand All @@ -98,6 +98,7 @@ <h2>Tips</h2>
</ul>
</div>


<div class="prenext">
<div class="pre lef meta">
<a href="requesting_you_pull_please.html">requesting you pull please</a>
Expand Down

0 comments on commit d738cb1

Please sign in to comment.