Hacker News new | ask | show | jobs
by jrhurst 3351 days ago
I don't think I'd ever done a full branch squash. However I have done small `rebase -i` squashes where I put together small commits that were related. At the point of where I am rebasing something into master I'd prefer fewer commits. However, it really adds no value to my git commit history other than it makes me feel better about it. I get no complaints from my coworkers in these scenarios.
1 comments

I think my way of working is not too dissimilar from yours. I definitely use plenty of `rebase -i` in my workflow.