Hacker News new | ask | show | jobs
by ukzwc0 957 days ago
A good practice is to rebase your commits before creating a PR into a single commit. You are free to commit as many times as you want to while doing your work. This minimizes the noise in the log.
1 comments

It's only a good practice if the PR is a single logical change.