2
I can generate a patch file with the changes to be commited in git.
How can I generate this Patch file by ignoring whitespace just like I do on the View Changes screen?
Some old files have tabs instead of 4 spaces and some white spaces left at the end, in the diff view I can ignore them, but how to do this in Patch not to become a mess?
This article should help you: git patch does not apply.
– jbaptperez