obtain a patch from commin
https://github.com/xxxxx/xxxxx/commit/yyyyyyyyyyyyyyyyyyyyyyyyy
adding .patch at the end, so
https://github.com/xxxxx/xxxxx/commit/yyyyyyyyyyyyyyyyyyyyyyyyy.patch
to verify patch use
$ git apply --check filename.patch
to apply it use
$ git apply filename.patch