diff options
Diffstat (limited to 'dev/git')
-rw-r--r-- | dev/git/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/git/index.html b/dev/git/index.html index 41a5a22..4e61822 100644 --- a/dev/git/index.html +++ b/dev/git/index.html @@ -23,6 +23,12 @@ $ git config --global core.pager cat </pre> + <p>Paging based on output size with less;</p> + + <pre> + git config --global --replace-all core.pager "less -F -X" + </pre> + <p>Example to disable for just one subcommand and local repository;</p> <pre> |