diff options
author | Silvino Silva <silvino@bk.ru> | 2019-02-07 14:05:27 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-02-07 14:05:27 +0000 |
commit | 6f474107a7997e73452ca5d6176f84262d364a5a (patch) | |
tree | 93b7fbde96409fd6e164380bb10e77f4a7400eb6 /dev | |
parent | ac06799ee581fbb6a8ee715a02e2b0608f614f1b (diff) | |
parent | bdfc05251acbb99c6bbcd4ff794a01dde2f8dc3b (diff) | |
download | doc-6f474107a7997e73452ca5d6176f84262d364a5a.tar.gz |
Merge release 0.4.1 into develop
Diffstat (limited to 'dev')
-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> |