Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agoSomeone pushed the wrong thing to production...lemmy.mlimagemessage-square13fedilinkarrow-up1172arrow-down17
arrow-up1165arrow-down1imageSomeone pushed the wrong thing to production...lemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agomessage-square13fedilink
minus-squaredylanTheDeveloper@lemmy.worldlinkfedilinkarrow-up40·edit-29 months agoThe worst is when some mfr pushes code that doesn’t compile so when you get latest the whole build is broken
minus-squareastrsk@kbin.sociallinkfedilinkarrow-up30arrow-down1·edit-29 months agoCI and basic PR rules should gate this entirely… this should never be a problem.
minus-squareSylvartas@lemmy.worldlinkfedilinkarrow-up34·9 months ago basic PR rules My company’s code leads : Your browser does not support playing HTML5 video. You can download a copy of the video file instead.
minus-squareSpeakinTelnet@sh.itjust.workslinkfedilinkarrow-up18·9 months agoNo needs for pull requests when you commit directly to main.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up9·9 months agoalso remember to use --force when pushing, your colleagues will love you
minus-squareSpeakinTelnet@sh.itjust.workslinkfedilinkarrow-up8·9 months agogit rebase -i --root git commit --amend --no-edit git push --force
minus-squaredylanTheDeveloper@lemmy.worldlinkfedilinkarrow-up2·9 months agoWorking in a startup is truly an experience
minus-squarehex123456@sh.itjust.workslinkfedilinkarrow-up11·9 months agoYou owe 2 tokens to the “should jar”.
The worst is when some mfr pushes code that doesn’t compile so when you get latest the whole build is broken
CI and basic PR rules should gate this entirely… this should never be a problem.
My company’s code leads :
No needs for pull requests when you commit directly to main.
also remember to use --force when pushing, your colleagues will love you
git rebase -i --root git commit --amend --no-edit git push --force
use the force Luke!
Working in a startup is truly an experience
You owe 2 tokens to the “should jar”.