Hacker News new | ask | show | jobs
by megablast 4259 days ago
What do you mean by squashing the commits? Why would it matter if you do a pull request after committing a lot?
1 comments

You can squash or rebase history in Git, which basically means you compress all your changes into a single one. People use this to keep a clean history.