Get the book

中文 (Chinese translation)
日本語 (Japanese translation)

You can also see a list of all my publications and talks, including slides, on the Resources page.

Get the software


Ads

Make Large Scale Changes Incrementally with Branch By Abstraction

Many development teams are used to making heavy use of branches in version control. Distributed version control systems make this even more convenient. Thus one of the more controversial statements in Continuous Delivery is that you can’t do continuous integration and use branches. By definition, if you have code sitting on a branch, it isn’t [...]