Remove the-case-against-git-cherry-picking
article thumbnail

The case against `git cherry pick`: Recommended branching strategy for multi-environment dbt projects

dbt Developer Hub

Why do people cherry pick into upper branches? ​ The simplest branching strategy for making code changes to your dbt project repository is to have a single main branch with your production-level code. Most of the time, the answer is no. This article is for those who really absolutely must use a multi-environment dbt project.

Project 59