JPDev to Programmer Humor · 1 year agoRebase Supremacyimagemessage-square238linkfedilinkarrow-up11.14Karrow-down122
arrow-up11.12Karrow-down1imageRebase SupremacyJPDev to Programmer Humor · 1 year agomessage-square238linkfedilink
minus-squareCrow@lemmy.blahaj.zonelinkfedilinkarrow-up1·edit-21 year agoSo, 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·1 year agoIt 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.