Skip to content

Commit c839655

Browse files
committed
Merge pull request progit#536 from YueLinHo/fix_i533
Fix issue progit#533: Not all local branches can merge with its remote-tracking branch by a single git pull command at once
2 parents 84ffb5b + d4d9cff commit c839655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $ git remote show origin
190190
----
191191

192192
This command shows which branch is automatically pushed to when you run `git push` while on certain branches.
193-
It also shows you which remote branches on the server you don't yet have, which remote branches you have that have been removed from the server, and multiple branches that are automatically merged when you run `git pull`.
193+
It also shows you which remote branches on the server you don't yet have, which remote branches you have that have been removed from the server, and multiple local branches that are able to merge automatically with their remote-tracking branch when you run `git pull`.
194194

195195
==== Removing and Renaming Remotes
196196

0 commit comments

Comments
 (0)