Git: Contributing to a git project using a pull request
With so many critical projects available in public git repositories like github, it is important to be able to contribute back additional functionality, tests, and documentation to the original project. While most projects do not allow a direct commit, contributions can be made by submitting a pull request to original repository. Often times, repositories are … Git: Contributing to a git project using a pull request