you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 4 months ago* (last edited 4 months ago)

You might prefer working with rebases + fast-forward-only merges, if you want merge commits to be squashed...

(As in, there won't be any merge commits. Your PR will look as if you forked, then coded real fast, and then opened the PR before anyone else pushed anything.)

  • source