Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 605 Bytes

2014-09-09-branches.md

File metadata and controls

20 lines (15 loc) · 605 Bytes
layout title
post
Branches

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