• clif@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    I had to check and make sure I didn’t type the comment above because it sounds exactly like me.

    All UIs do things slightly differently, the CLI is always exactly the same… Everywhere. UI for non trivial conflict resolution? Definitely. For everything else, CLI.

    And, I’m also reticent to use rebase unless I have to. Gimme that good ole FF :)

    • nous@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      8 months ago

      UI for non trivial conflict resolution? Definitely.

      I dont know about that… Never found they help that much in conflict resolution. They give you some nice buttons for accept their or accept our changes but really I find more often than not those are what breaks code as you often want a mash-up of both sides - which needs to be manually done even in UIs.

      Otherwise it is just find the marked sections in the file, and make it look like what you want it to after the merge/rebase. And that is the hardest part - figuring out what it should look like. Which is made easier if you only ever have small commits and merge back to master frequently minimizing the amount your branches drift from each other.