|
|
|
|
|
by dukedylan
1328 days ago
|
|
Not necessarily real world, considering performance especially. Let's say that a project is smaller, git improves performance, or computers get more efficient: Regarding commits relation to PRs: GitHub still maintains this with rebase and merge. It's linked in the UI when viewing any individual commit on a branch. Broken commits are mitigated by testing each commit incrementally. Commit messages must be reviewed and edited to make sense. Having 30 commits would be something flagged in review. It's okay and encouraged to make a bunch of commits during review and then require those to be rebased into logical, atomic commits prior to merging. |
|