Yeah learned this the hard way.

  • Mr. Satan@lemmy.zip
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    I’m the opposite. I just let git take care of the stupid content. Why mess with the commit graph? Merging locally (instead of squashing) works better with merge requests because the graph clearly shows what changes went where.

    I do some branch maintenance on my local branch (rebasing) until there are conflicts, but other than that I don’t see any benefit for messing with commit history.