Branches
09 Sep 2014The origin repository has been split in two branches as described in “A successful Git branching model”:
The master
branch contains the latest stable version of the library.
The develop
branch contains all the latest changes and pull request.
This is the default branch and all pull requests should be based on this
branch.