My understanding is that we've decided to follow http://nvie.com/posts/a-successful-git-branching-model/
but the first diagram looks like spaghetti to me. There are relatively few people working in the flex-falcon repo, and I'd like to understand what we have to do to be minimally compliant with the nvie model. Is it sufficient to simply create a 'develop' branch in addition to 'master' and then do development there? Would we delay merging to 'master' until we reach a 1.0 release? - Gordon