Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/029/tagging.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>Tagging</h1>
<code>git tag -a v2.0 -m "Version 2.0" c674d68</code>
</div>
<p>
Our log now shows that we have two tags pointing at different commits.
Our log now shows that we have two tags pointing to different commits.
</p>
<br />
<p>
Expand Down
2 changes: 1 addition & 1 deletion pages/052/sharing_tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Sharing tags</h1>
<code>git push origin <em>tag_name</em></code>
</div>
<p>
where <span class="inline-code">tag_name</span> is the name we have our tag when creating it. If you
where <span class="inline-code">tag_name</span> is the name we gave our tag when creating it. If you
pushed it by accident and need to delete it from the remote repository, you need to run
</p>
<div class="code">
Expand Down