On Sun, Jul 29, 2012 at 11:53 PM, Russel Winder <span dir="ltr"><<a href="mailto:russel@winder.org.uk" target="_blank">russel@winder.org.uk</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">I don't really see the advantage of separating develop and master.</div></div>
<br></blockquote><div><br></div><div>master isn't strictly necessary since everything is tagged anyway.  It just serves as a nice way to see the current release's source code (a pointer to the latest release). You could just use "master" in place of "develop" and have a "production" branch fill the role that "master" does in this model just as easily.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
And personally I am not a great fan of having feature branches in the<br>
mainline repository.<br>
<br></blockquote><div><br></div><div>They aren't in this model. If you need to share a feature branch with someone else prior to a pull request they can just pull from your branch on GitHub directly.</div><div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
There is a lot about the document and the ideas that are good, but I<br>
don't follow the whole model. For me master is the development branch –<br>
and if using continuous delivery can always be branched and released.<br>
All major and minor releases have separate maintenance branches. with<br>
bugfix releases being tags on that.  This seems enough, I am not sure of<br>
the usefulness of anything more complex. But I may be missing something.<br></blockquote><div><br></div><div>It can be modified to fit whatever the need is, of course, but there is a lot of value in how well it is documented.  Any changes made or alternative models used should be well documented too to lower the barrier to entry for contributors. Everyone needs to be working from the same mental model.</div>
<div><br></div><div>Regards,</div><div>Brad Anderson</div></div>