Github tip
June 17th, 2015
To ignore whitespace in a git diff, use ‘git diff -w’
To replicate this behavior on a github diff, add ‘?w=1′ to the URL
Tags: | Comments Off
June 17th, 2015
To ignore whitespace in a git diff, use ‘git diff -w’
To replicate this behavior on a github diff, add ‘?w=1′ to the URL