JPDev to Programmer Humor · 8 months agoRebase Supremacyimagemessage-square238fedilinkarrow-up11.14Karrow-down122
arrow-up11.12Karrow-down1imageRebase SupremacyJPDev to Programmer Humor · 8 months agomessage-square238fedilink
minus-squareCrow@lemmy.blahaj.zonelinkfedilinkarrow-up1·edit-28 months 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·8 months 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.