Hacker News new | ask | show | jobs
by sam_bristow 958 days ago
Unfortunately I haven't seen a git forge that will let you do "autosquash on merge" so I could just push up fixup commits as part of an merge request.
1 comments

That always squashes the whole PR into a single commit, making it not very useful in practice. Git's autosquashing is much more powerful than that.