ipconf@lemmy.ml to Programmer Humor@programming.dev · 9 days agoWell well well.lemmy.mlexternal-linkmessage-square136fedilinkarrow-up1872arrow-down129file-text
arrow-up1843arrow-down1external-linkWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 9 days agomessage-square136fedilinkfile-text
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up1·9 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