> as commit granularity is lost when they are squashed, rebased, or merged committed.<p>No, commit granularity is only lost when squashing. Both rebasing and merging retains all the commits.<p>> why not split it into multiple pull requests?<p>It's arguable better to have a single PR with multiple commits instead of multiple related PRs. I can review commits one by one and also see the end result, test it all together both manually and on CI/CD.