• Cyborganism
    link
    fedilink
    arrow-up
    1
    ·
    20 days ago

    What I do locally on my branch is my own business.

    Honestly, when doing a merge/pull request into the parent branch, that’s when you squash. You don’t need the entire history of a development branch in main.

    • zalgotext@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      20 days ago

      What I do locally on my branch is my own business.

      Lol ok, but don’t expect git to read your mind. Like I said earlier, if people take a day or two to understand the tool, they can adjust their personal workflows to work better within the confines of git.

      • Cyborganism
        link
        fedilink
        English
        arrow-up
        1
        ·
        19 days ago

        I agree.

        Unfortunately, from experience, nobody seems to have time for that. They just learn git pull, push, add, commit and merge and that’s about it.

        Sometimes they’ll use checkout and end up in detached head and have a panic attack. That’s when I come in. lol