matthewkmayer / matthewkmayer.github.io

Web site, with words
MIT License
3 stars 1 forks source link

When to split changes into different commits, when to split into different branches #114

Closed matthewkmayer closed 3 years ago

matthewkmayer commented 3 years ago

Goal of splitting big changes into individual commits: easier for people to review.

Goal of splitting big changes into different branches: reduce amount of change deployed.