@[email protected] to Programmer [email protected] • 10 months agoRebase Supremacyprogramming.devimagemessage-square216fedilinkarrow-up11.11Karrow-down120
arrow-up11.09Karrow-down1imageRebase Supremacyprogramming.dev@[email protected] to Programmer [email protected] • 10 months agomessage-square216fedilink
minus-square@[email protected]linkfedilink1•edit-210 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@BlackPenguinslink2•10 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.