Create a command line interface, using click, called git-hub. Add one feature: to pull down a pull request and add a branch for it. E.g. ``` git clone git@github.com:scikit-image/scikit-image git hub pr 2647 ```