Y
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
ulisesrmzroche
4259 days ago
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.
link