Git

From Y Wiki
Revision as of 16:06, 30 July 2024 by Yba (talk | contribs) (Created page with "==== Disable the output pager ==== <code>git config --global core.pager cat</code>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disable the output pager

git config --global core.pager cat