Skip to content
Merged
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 C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<ch02-git-basics-chapter#_fetching_and_pulling>> and we continue to see examples of it use in <<ch03-git-branching#_remote_branches>>.
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>>.

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

Expand Down