Next.js Discord

Discord Forum

Git apply patch error

Unanswered
Cinnamon posted this in #help-forum
Open in Discord
Avatar
CinnamonOP
Need help I've created patch using following command
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")

0 Replies