Git Terminal Pagerconsole

[Solved] Git Terminal Pagerconsole | Shell - Code Explorer | yomemimo.com
Question : git terminal pagerconsole

Answered by : tiago-frana

# Global - all projects (if has no custom local pager)
git config --global core.pager '/usr/bin/less -R -F -X'
# Local - Only on project
git config core.pager '/usr/bin/less -R -F -X'

Source : https://stackoverflow.com/a/73417842/11716408 | Last Update : Fri, 26 Aug 22

Answers related to git terminal pagerconsole

Code Explorer Popular Question For Shell