Que quieres sacar un parche de un commit y llevartelo a otro sitio, facil:
git format-patch -1 <sha> > file.patch
git am -3 < file.patch
Desarrollo y testing, servidores y Debian, seguridad
¡ Que trabaje el CRON !
Que quieres sacar un parche de un commit y llevartelo a otro sitio, facil:
git format-patch -1 <sha> > file.patch
git am -3 < file.patch