Hacker News new | ask | show | jobs
by pca006132 485 days ago
Wow I never knew this, I always just type `--no-ext-diff` when piping the output. Thanks!
1 comments

`... | cat` is sometimes really handy (and universal)
I use git -c core.pager = less, but piping seems to be a less verbose option... hmmm I'll try it