Skip to content

Commit d3236be

Browse files
felipecgitster
authored andcommitted
doc: pull: fix rebase=false documentation
"git pull --rebase=false" means we merge their history into ours, but it has been described the other way around. Cc: Stephen Haberman <[email protected]> Signed-off-by: Felipe Contreras <[email protected]> [jc: updated the log message] Signed-off-by: Junio C Hamano <[email protected]>
1 parent ebf3c04 commit d3236be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-pull.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ When set to `preserve` (deprecated in favor of `merges`), rebase with the
117117
`--preserve-merges` option passed to `git rebase` so that locally created
118118
merge commits will not be flattened.
119119
+
120-
When false, merge the current branch into the upstream branch.
120+
When false, merge the upstream branch into the current branch.
121121
+
122122
When `interactive`, enable the interactive mode of rebase.
123123
+

0 commit comments

Comments
 (0)