diff options
author | Silvino Silva <silvino@bk.ru> | 2019-02-07 13:49:02 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-02-07 13:49:02 +0000 |
commit | 390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55 (patch) | |
tree | 93b7fbde96409fd6e164380bb10e77f4a7400eb6 /dev/git/index.html | |
parent | 334579fa0928d30cf82bb953dbe88f21cc106e46 (diff) | |
download | doc-390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55.tar.gz |
tools and dev several fixes.
Diffstat (limited to 'dev/git/index.html')
-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> |