diff --git a/pages/029/tagging.html b/pages/029/tagging.html index ab18482..a44b3a9 100644 --- a/pages/029/tagging.html +++ b/pages/029/tagging.html @@ -89,7 +89,7 @@
git tag -a v2.0 -m "Version 2.0" c674d68
- 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.
diff --git a/pages/052/sharing_tags.html b/pages/052/sharing_tags.html index 9d3801b..b74157f 100644 --- a/pages/052/sharing_tags.html +++ b/pages/052/sharing_tags.html @@ -37,7 +37,7 @@
git push origin tag_name
- where tag_name is the name we have our tag when creating it. If you + where tag_name 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