SyntaxFix
Write A Post
Hire A Developer
Questions
This command will apply the patch not resolving it leaving bad files as *.rej:
*.rej
git apply --reject --whitespace=fix mypath.patch
You just have to resolve them. Once resolved run:
git -am resolved