We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf98c42 + 129260c commit 3a18352Copy full SHA for 3a18352
Documentation/git-pull.txt
@@ -111,9 +111,8 @@ include::merge-options.txt[]
111
was rebased since last fetched, the rebase uses that information
112
to avoid rebasing non-local changes.
113
+
114
-When preserve, also rebase the current branch on top of the upstream
115
-branch, but pass `--preserve-merges` along to `git rebase` so that
116
-locally created merge commits will not be flattened.
+When set to preserve, rebase with the `--preserve-merges` option passed
+to `git rebase` so that locally created merge commits will not be flattened.
117
118
When false, merge the current branch into the upstream branch.
119
0 commit comments