JPDev@programming.dev to Programmer Humor@programming.dev · 2 年前Rebase Supremacyprogramming.devimagemessage-square229linkfedilinkarrow-up11.13Karrow-down122
arrow-up11.11Karrow-down1imageRebase Supremacyprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 年前message-square229linkfedilink
minus-squareCrow@lemmy.blahaj.zonelinkfedilinkarrow-up1·edit-22 年前So, with a merge you basically shuffle in the changes from both branches, but a rebase takes only the changes from one branch and puts it over the other? Edit: no. Read wrong. I should probably watch a vid about it or something
minus-squareBlackPenguins@lemmy.worldlinkfedilinkarrow-up2·2 年前It inserts the master changes before the task branch ones.
So, with a merge you basically shuffle in the changes from both branches, but a rebase takes only the changes from one branch and puts it over the other? Edit: no. Read wrong. I should probably watch a vid about it or something
It inserts the master changes before the task branch ones.