How to make a pull request on GitHub from the command line

1 · Christian · March 4, 2015, midnight
I hope this will help you to push your productivity level to the edge and to find the ultimate flow to contribute to open source projects with ease :) You need to install hub, which is a tool that will wrap your git cli tool with some useful utility functions to interact with GitHub. Fork the project To start, just fork the project you want to contribute from github.com. Set the upstream origin To stay aligned with the project's lifecycle, you'll need to set a reference to it. You do this by set...