GIT – Criar patch do diff atual

git diff --no-prefix > patchfile

Você pode então aplicar este patch com:

patch -p0 < patchfile