Somehow my git outputs to a pager.
How can I get back its normal behavior -- output to tty directly?
More details -- I don't know if it's because I was copying configurations from someone else years ago, but many of my git commands output to a pager. For e.g., if I type git branch
, my whole xterm window get cleared and a single line of * master
is showing in less
. If I type q
to quit, I see nothing remains in my tty.
That's very annoying to me, but for years I've been put up with it, until now, when I cannot bear any more.