From f22c27c5d44a65818e4ff05e85486645157c8aab Mon Sep 17 00:00:00 2001 From: Rick Arnett Date: Sat, 27 Feb 2021 11:38:04 -0500 Subject: [PATCH] Add Trunk Based Development Reliable, flexible, dependable git branching strategy that isn't as complex as git flow. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e65dba..adbc66a 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ A curated **and opinionated** list of resources for Chief Technology Officers, w * [The Product Managers’ Guide to Continuous Delivery and DevOps](https://www.mindtheproduct.com/2016/02/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us/) * Git * [Comparing Git workflows](https://www.atlassian.com/git/tutorials/comparing-workflows) + * [Trunk Based Development](https://trunkbaseddevelopment.com/) - Branching strategy that prioritizes CI * [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) * Planning * [Evidence Based Scheduling](https://www.joelonsoftware.com/2007/10/26/evidence-based-scheduling/) - Joel Spolsky *(StackOverflow co-founder)*