• dohpaz42@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    20 days ago

    I know this is a joke, but those errors/warnings/messages screenshot is not from git. That looks more like results from a compiler of some sort.

  • gerryflap@feddit.nl
    link
    fedilink
    arrow-up
    1
    ·
    20 days ago

    Sometimes I look at the memes around here and wonder wtf y’all are doing. Like, neither my code nor the code at the place I work at are perfect. But I don’t think I’ve ever seen a merge do this. Maybe some of the most diverged merges temporarily had a lot of errors because of some refactoring, but then it was just a few find + replaces away from being fixed again. But those were merges where multiple teams had been working on both the original and the fork for years and even then it was usually pretty okay.

    • Doxin@pawb.social
      link
      fedilink
      arrow-up
      1
      ·
      16 days ago

      It’s really easy to make a gigantic mess using git if you don’t know what you’re doing. As soon as you learn to keep your history mostly linear all those issues go away.