github patching

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

Lascia un commento

Il tuo indirizzo email non sarĂ  pubblicato. I campi obbligatori sono contrassegnati *