Hi,
Can you please tell me how can I resolve the 'patch does not apply' error when I try to 'git apply-patch'?
$ git apply 0001-my.patch
error: patch failed:test.xml:114
error: text.xml: patch does not apply
I do have 'test.xml' in my local directory. And when I do 'git status', it shows I don't have local changes.
Thank you for any help.