Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbrot
1814 days ago
It means using `git merge --squash` which performs a normal merge but then instead of adding a merge commit, it just makes a single regular commit with the changes.