Last Updated: February 25, 2016
·
3.578K
· anselm

Wrap long lines of git diff

You might know this from your gists at github.com. If you have a diff on texts this generates you a super-long line of text instead of wrapping them.

$ git config --global core.pager 'less -r'