Skip to content

Commit d4f37fe

Browse files
author
grgbnc
committed
Fix #1058
1 parent 1de9a89 commit d4f37fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/remote-branches.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ image::images/remote-branches-2.png[Local and remote work can diverge.]
3939
To synchronize your work, you run a `git fetch origin` command.
4040
This command looks up which server ``origin'' is (in this case, it's `git.ourcompany.com`), fetches any data from it that you don't yet have, and updates your local database, moving your `origin/master` pointer to its new, more up-to-date position.
4141

42-
.`git fetch` updates your remote references
42+
.`git fetch` updates your remote-tracking branches
4343
image::images/remote-branches-3.png[`git fetch` updates your remote references.]
4444

4545
To demonstrate having multiple remote servers and what remote branches for those remote projects look like, let's assume you have another internal Git server that is used only for development by one of your sprint teams.

0 commit comments

Comments
 (0)