Is there a way to display a commit on github.com without showing whitespace changes?
Is there a way to display that from console? i.e. clone and then look at commit
Append ?w=1 to the URL on any github.com page that is showing a diff and it will ignore whitespace. See this blog post.
?w=1