• kevincox@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    I think it doesn’t really make sense. Because you can’t “squash” one commit. squash is taking multiple commits and making them one.

    When you do a “squash merge” you are really saying “squash all the commits that are on this branch and not the target” then merge.

    So you can’t “squash a merge commit” you need at least one additional commit to squash in.