Patchwork

From Openembedded.org
Revision as of 09:27, 15 February 2009 by Sledz (talk | contribs) (layout)
Jump to: navigation, search

To apply a patch from patchwork using Git, download the mbox file and apply it using

git am < file

If the submitter of the patch has not written the Subject of the email according to the OpenEmbedded policy for commit messages, then use

git commit --amend

to edit the commit message before you push.