(no title)
Nagyman | 3 years ago
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.
DogLover_|3 years ago
The point about bulled list of changes is a good one.
saila|3 years ago