Git workflows and continuous deployment

Simon Gibbons
Simon Gibbons
At the SVN & Git conference in London in October 2013, I understood that of the four main workflows : (1) fork and pull, (2) topic branches, (3) mainline model and (4) Gitflow, mainline model was the most suited to CI and CD. Have I got that right? What real-world experiences can you cite to support that?

Last updated

randy.defauw
randy.defauw
Hi, Sorry for the late reply, and thanks for attending the conference. I'd cite Google for one: [URL]http://paulhammant.com/2013/04/05/what-is-trunk-based-development/[/URL] And of course you can go back to Martin Fowler's essays on continuous integration: [URL]http://www.martinfowler.com/articles/continuousIntegration.html[/URL] I'd also highly recommend reading Jez Humble's book on continuous delivery, where he goes into this topic in some detail. Cheers, Randy

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.

Post a reply
2743 views