From 1bd7a2214597a0a0b324a89a3aea8e4386d9c8f7 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 8 Feb 2021 18:14:58 +0100 Subject: [PATCH] (2018) Continuous Integration and Feature Branching --- sections/devops.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/devops.md b/sections/devops.md index b333344..08fd19d 100644 --- a/sections/devops.md +++ b/sections/devops.md @@ -378,6 +378,8 @@ > * if you allow configuration or scripting, you give the users a way to specify the rules that must be shared, so the tool fits their systems > * if you want to keep the tool simple, you have to force your users to only play within the parameters that fit this simplicity > * if your users' use cases don't map well to your simplicity, they will build shims around your tool to attain their objectives +* [Dave Farley](http://www.davefarley.net/?p=247) - (2018) Continuous Integration and Feature Branching +> * TLDR; Any form of branching is antithetical to Continuous Integration. ## Ansible * [Ansible](https://www.ansible.com/blog) - Ansible Blog