|
|
|
|
|
by Nagyman
1527 days ago
|
|
> This practice makes even less sense when we make PRs that once merged are squashed into one commit Up until the point of merging, other developers reviewing the PR can see your development path, and optionally examine individual commits. In GitHub at least, these individual commits usually make their way into the squashed commit's comments as a bulleted list of changes (after some cleanup), which encourages better final commit messages in general. |
|
The point about bulled list of changes is a good one.