ipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agoWell well well.lemmy.mlimagemessage-square127fedilinkarrow-up1854arrow-down129file-text
arrow-up1825arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square127fedilinkfile-text
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up1·2 days 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
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