Y
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
Hamuko
957 days ago
It's only a good practice if the PR is a single logical change.
link