How to create and apply a patch with Git - Ariejan.net
Soumis par Marc Angles le sam, 05/26/2012 - 08:18Okay, now it's time to go and make a patch! All we really want are the two latest commits, stuff them in a file and send them to someone to apply them. But, since we created a separate branch, we don't have to worry about commits at all! git format-patch master --stdout > fix_empty_poster.patch