ipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agoWell well well.lemmy.mlimagemessage-square121fedilinkarrow-up1831arrow-down129file-text
arrow-up1802arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square121fedilinkfile-text
minus-squaremajster@lemmy.ziplinkfedilinkEnglisharrow-up8·1 day agoI rebase and force push PR branches all the time. Master is moving quicker than my PR.
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up1·1 day agoYeah, our whole workflow is based on rebasing our feature branches on develop. Makes for a clean git log. :) Don’t be afraid of git reset --hard if you rebased with the button on GitHub/gitlab, though. :D
I rebase and force push PR branches all the time. Master is moving quicker than my PR.
Yeah, our whole workflow is based on rebasing our feature branches on develop. Makes for a clean git log. :)
Don’t be afraid of
git reset --hard
if you rebased with the button on GitHub/gitlab, though. :D