On Wed, Aug 8, 2012 at 6:42 PM, Justin Mclean <jus...@classsoftware.com>wrote:
> Hi, > > > This is an example of a good branching model: > > http://nvie.com/posts/a-successful-git-branching-model/ > > Yep and it uses multiple branches (ie equiv to option 3 in the SVN link I > posted earlier) not a single branch as suggested we use for Flex. > > Justin It would be more like option two, the always branch system. Features, fixes, releases, are always done off branches. -omar