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.
1 parent eeca187 commit d81ce81Copy full SHA for d81ce81
book/02-git-basics/sections/remotes.asc
@@ -129,8 +129,7 @@ Running `git pull` generally fetches data from the server you originally cloned
129
130
[NOTE]
131
====
132
-From git version 2.27 onward:
133
-`git pull` will give a warning if the pull.rebase variable is not set.
+From git version 2.27 onward, `git pull` will give a warning if the `pull.rebase` variable is not set.
134
Git will keep warning you until you set the variable.
135
136
If you want the default behavior of git (fast-forward if possible, else create a merge commit):
0 commit comments