How can my client apply patch created by git diff without git installed? I have tried to use patch command but it always asks file name to patch.>
git diff
patch
try this:
patch -p1 < patchfile