• Automate Github Pull Requests
    http://www.splitbrain.org/blog/2011-06/19-automate_github_pull_requests

    Pull Requests are a wonderful feature of #Github, making managing and accepting patches for your open source project much easier. Recently Github made them even better by adding the option to merge via web interface.
    But if you want to try the code before applying, you still need to create a new branch and pull the changes from the requester’s branch. It’s not complicated but too much to type and copy’n’paste for my taste. Time to automate it.
    The new command is called git pull-request and without an argument it lists all open pull requests for the current repository.