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 ```
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.