HowtoReviewPullRequests

Revision 1 as of 2010-06-09 20:15:06

Clear message

Pull requests come into the Ubuntu Kernel Team mailing list all the time. This write up is intended to give instruction on how to review the patches from one such pull request.

cd <path to lucid kernel repo>
git fetch
git checkout -b dove-import origin/mvl-dove
git fetch git://eric lpxy
git reset --hard FETCH_HEAD