Skip to content

Commit fa0d4dc

Browse files
author
grgbnc
committed
Fix #1057
1 parent d4f37fe commit fa0d4dc

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
@@ -53,7 +53,7 @@ image::images/remote-branches-4.png[Adding another server as a remote.]
5353
Now, you can run `git fetch teamone` to fetch everything the remote `teamone` server has that you don't have yet.
5454
Because that server has a subset of the data your `origin` server has right now, Git fetches no data but sets a remote-tracking branch called `teamone/master` to point to the commit that `teamone` has as its `master` branch.
5555

56-
.Remote tracking branch for `teamone/master`
56+
.Remote-tracking branch for `teamone/master`
5757
image::images/remote-branches-5.png[Remote tracking branch for `teamone/master`.]
5858

5959
[[_pushing_branches]]

0 commit comments

Comments
 (0)