Code

pull: introduce a pull.rebase option to enable --rebase
[git.git] / Documentation / git-pull.txt
index 14609cbd4dc2f7f3c16f7b660e4aff76eca6065b..756909cb10f62c44321653bfd5c32fc306c60653 100644 (file)
@@ -107,7 +107,7 @@ include::merge-options.txt[]
        fetched, the rebase uses that information to avoid rebasing
        non-local changes.
 +
-See `branch.<name>.rebase` and `branch.autosetuprebase` in
+See `pull.rebase`, `branch.<name>.rebase` and `branch.autosetuprebase` in
 linkgit:git-config[1] if you want to make `git pull` always use
 `{litdd}rebase` instead of merging.
 +