TheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 1 year agoRelaGit: First Beta Release now available to download.git.rela.devexternal-linkmessage-square15fedilinkarrow-up153arrow-down14
arrow-up149arrow-down1external-linkRelaGit: First Beta Release now available to download.git.rela.devTheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square15fedilink
minus-squareQuadriLiteral@programming.devlinkfedilinkarrow-up1·1 year agoRebasing is basically copy/paste of commits. I do it all the time, to keep a feature branch updated with develop for instance.
minus-squareBrianTheeBiscuiteer@lemmy.worldlinkfedilinkarrow-up1·1 year agoI normally just do a merge and resolve the conflicts.
Rebasing is basically copy/paste of commits. I do it all the time, to keep a feature branch updated with develop for instance.
I normally just do a merge and resolve the conflicts.