@[email protected] to Programmer [email protected] • 1 year agoRebase Supremacyprogramming.devimagemessage-square232fedilinkarrow-up11.13K
arrow-up11.13KimageRebase Supremacyprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square232fedilink
minus-square@[email protected]cakelinkfedilink1•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-square@[email protected]linkfedilink2•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.