Skip to content

Commit 39c44e3

Browse files
bagasmeben
andauthored
Apply suggestion from @ben
Conveying idea that on local repo, pulling by `git pull` will merge in any changes that have happened on the remote side. Co-authored-by: Ben Straub <[email protected]>
1 parent e1ede97 commit 39c44e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/remotes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $ git remote show origin
179179
----
180180

181181
It lists the URL for the remote repository as well as the tracking branch information.
182-
The command helpfully tells you that if you're on the `master` branch and you run `git pull`, it will automatically merge in the `master` branch on the local after it fetches all the remote references.
182+
The command helpfully tells you that if you're on the `master` branch and you run `git pull`, it will automatically merge the remote's `master` branch into the local one after it has been fetched.
183183
It also lists all the remote references it has pulled down.
184184

185185
That is a simple example you're likely to encounter.

0 commit comments

Comments
 (0)