Branches - muyjohno/desperado GitHub Wiki

Master

The master branch represents the current stable release. New releases are tagged as they're merged, but the master branch will always contain the latest stable codebase.

Develop

The develop branch is for bleeding-edge changes. It should be stable but may be prone to breaking on occasion. It may have functionality which has not yet been merged into the master branch, but care is advised.

Other branches

Other branches will contain new functionality that is in current active development. Don't get too attached to them; they'll be merged into develop when the functionality is considered complete.