I need to pull in a specific pull request (that hasn\'t been processed into the main stream yet) in the NServiceBus repo:
https://github.com/johnsimons/NServiceBus/c
git pull origin pull/28/head
Or
git fetch origin pull/28/head:28 git checkout 28
Can I pull a not-yet-merged pull request?