Is there an easy way to automatically do a git checkout on any file that only has whitespace changes? I\'m dealing with both Windows and some code generation that\'s run from Ec
Another approach is to use dos2unix command on a unix or (windows pc as a special install) to convert the line endings and commit and push