@JPDev@programming.dev to Programmer Humor@programming.dev • 8 months agoRebase Supremacyprogramming.devimagemessage-square230fedilinkarrow-up11.13K
arrow-up11.13KimageRebase Supremacyprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 8 months agomessage-square230fedilink
minus-square@Crow@lemmy.blahaj.zonelinkfedilink1•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-square@BlackPenguins@lemmy.worldlinkfedilink2•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.