Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get git output to terminal instead of less editor

git config --global pager.branch false

git config --global core.pager 'less -FRX'
 
PREVIOUS NEXT
Tagged: #git #output #terminal #editor
ADD COMMENT
Topic
Name
5+8 =