Comment on Ask HN: What Git branching strategy do you use in 2023, and why?Comments−sethammons3yShort lived branches. If tests are green and it passes code review, squash merge, bump the release, and deploy. Never force push anything ever. Rewriting history is bad.It is all about reducing feedback cycles.
Comments
Short lived branches. If tests are green and it passes code review, squash merge, bump the release, and deploy. Never force push anything ever. Rewriting history is bad.
It is all about reducing feedback cycles.