Hi, > Apache cordova has already a nice step by step manual for pull request > on github -> http://wiki.apache.org/cordova/CommitterWorkflow.
Seems overly complex when a pull request can be converedt to a patch by adding ".patch" to the URL and applied something like this: curl https://github.com/apache/flex-sdk/pull/X.patch | git apply Justin