DEV Community

Discussion on: Git Organized: A Better Git Flow

Collapse
 
mattkocaj profile image
matt kocaj

The solution to these two problems I’ve found, lies not with git savvy, but with a whole different philosophy to your code in master.

Everything in master goes to PROD.

and this is only possible with a feature toggle infrastructure. When you have this, a PR that is WIP can be merged with little to no side effects. This then leads to smaller PRs, smaller PR review burden, and much simpler git usage.