Skip to content

Commit f07e3ef

Browse files
authored
Merge pull request #1926 from shyena61/main
fixed typo in chapter 8 under core.pager
2 parents 72e1959 + 28580ff commit f07e3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/config.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You can set it to `more` or to your favorite pager (by default, it's `less`), or
129129
$ git config --global core.pager ''
130130
----
131131

132-
If you run that, Git will page the entire output of all commands, no matter how long they are.
132+
If you run that, Git will print the entire output of all commands, no matter how long they are.
133133

134134
===== `user.signingkey`
135135

0 commit comments

Comments
 (0)