Y
Hacker News
new
|
ask
|
show
|
jobs
by
hawski
3115 days ago
Maybe cat -v?
$ git diff | cat -v
However it's considered harmful:
http://harmful.cat-v.org/cat-v/
;)
1 comments
UncleEntity
3115 days ago
or
git diff > tmp.diff
and open with a text editor?
link
git diff > tmp.diff
and open with a text editor?