Get Git Output To Terminal Instead Of Less Editor

[Solved] Get Git Output To Terminal Instead Of Less Editor | Shell - Code Explorer | yomemimo.com
Question : get git output to terminal instead of less editor

Answered by : divyansh-agicha

git config --global pager.branch false
git config --global core.pager 'less -FRX'

Source : | Last Update : Fri, 29 Jul 22

Answers related to get git output to terminal instead of less editor

Code Explorer Popular Question For Shell