Skip to content

Commit 4a2d961

Browse files
committed
Fix typo in "Inspecting a Remote"
As per #1565: master branch on the remote -> local Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 2d3db49 commit 4a2d961

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 remote 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 in the `master` branch on the local after it fetches all the remote references.
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)