For all those who cannot apply the patch with the three-way merge, I have found a good solution under this link that works for me: git.vger.kernel.narkive.com
I did the following steps from the answer:
git-apply --verbose --reject changes.patch
<filename>.<extension>.rej
Please check the link for the original, more elaborate answer.