diff --git a/C-git-commands.asc b/C-git-commands.asc index 28518d5b5..893ae811a 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -279,7 +279,7 @@ When you are ready to share your work or pull changes from elsewhere, there are The `git fetch` command communicates with a remote repository and fetches down all the information that is in that repository that is not in your current one and stores it in your local database. -We first look at this command in <> and we continue to see examples of it use in <>. +We first look at this command in <> and we continue to see examples of its use in <>. We also use it in several of the examples in <>.