Skip to content

Commit d53603f

Browse files
authored
Merge pull request progit#1045 from jugglinmike/appendix-c-typo
Correct typo
2 parents 08e3d7e + a991588 commit d53603f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ When you are ready to share your work or pull changes from elsewhere, there are
279279

280280
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.
281281

282-
We first look at this command in <<ch02-git-basics-chapter#_fetching_and_pulling>> and we continue to see examples of it use in <<ch03-git-branching#_remote_branches>>.
282+
We first look at this command in <<ch02-git-basics-chapter#_fetching_and_pulling>> and we continue to see examples of its use in <<ch03-git-branching#_remote_branches>>.
283283

284284
We also use it in several of the examples in <<ch05-distributed-git#_contributing_project>>.
285285

0 commit comments

Comments
 (0)