Skip to content

Commit d81ce81

Browse files
HonkingGooseben
andauthored
Implement review feedback
Co-authored-by: Ben Straub <[email protected]>
1 parent eeca187 commit d81ce81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/02-git-basics/sections/remotes.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ Running `git pull` generally fetches data from the server you originally cloned
129129

130130
[NOTE]
131131
====
132-
From git version 2.27 onward:
133-
`git pull` will give a warning if the pull.rebase variable is not set.
132+
From git version 2.27 onward, `git pull` will give a warning if the `pull.rebase` variable is not set.
134133
Git will keep warning you until you set the variable.
135134
136135
If you want the default behavior of git (fast-forward if possible, else create a merge commit):

0 commit comments

Comments
 (0)