Skip to content

Commit e4ecea6

Browse files
authored
Update remote-branches.asc
1 parent d749392 commit e4ecea6

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
@@ -132,7 +132,7 @@ This gives you a local branch that you can work on that starts where `origin/ser
132132
(((branches, tracking)))(((branches, upstream)))
133133
Checking out a local branch from a remote-tracking branch automatically creates what is called a ``tracking branch'' (and the branch it tracks is called an ``upstream branch'').
134134
Tracking branches are local branches that have a direct relationship to a remote branch.
135-
If you're on a tracking branch and type `git pull`, Git automatically knows which server to fetch from and branch to merge into.
135+
If you're on a tracking branch and type `git pull`, Git automatically knows which server to fetch from and which branch to merge in.
136136

137137
When you clone a repository, it generally automatically creates a `master` branch that tracks `origin/master`.
138138
However, you can set up other tracking branches if you wish -- ones that track branches on other remotes, or don't track the `master` branch.

0 commit comments

Comments
 (0)