Skip to content

Commit e9fe413

Browse files
committed
Merge branch 'fc/pull-no-rebase-merges-theirs-into-ours'
Documentation fix for "git pull --rebase=no". * fc/pull-no-rebase-merges-theirs-into-ours: doc: pull: fix rebase=false documentation
2 parents 107687b + d3236be commit e9fe413

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)