Git apply patch error
Unanswered
Cinnamon posted this in #help-forum
CinnamonOP
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.patch
Created 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")