Hacker News new | ask | show | jobs
by hqudsi 1311 days ago
yea I do interactive rebase all the time on my local git to clean up my commits before I push them up.

I also started doing `git commit --fixup` when doing cr fixes so I can just autosquash the fixes - `git rebase --autosquash`

So yea I think rebase and merge commits both have their place within a workflow.