Monday 19 January 2015

git diff showing a weird output

Source: http://www.jpichon.net/blog/2013/05/git-diff-showing-weird-output/ Either of these commands things works well: $ git --no-pager diff # No paging $ git diff --color | less -R # With paging #export LESS='-M -R'

No comments: