Git apply patch error
Unanswered
Patel posted this in #help-forum
PatelOP
Need help I've created patch using following command
Created patch is not empty. It has difference but Get following error while applying patch:
git add .
git diff --cached > my_changes.patchCreated patch is not empty. It has difference but Get following error while applying patch:
$ git apply my_changes.patch
error: No valid patches in input (allow with "--allow-empty")