Add Trunk Based Development

Reliable, flexible, dependable git branching strategy that isn't as complex as git flow.
This commit is contained in:
Rick Arnett
2021-02-27 11:38:04 -05:00
committed by GitHub
parent a506da90a0
commit f22c27c5d4

View File

@@ -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)*