Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year 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 · 1 year agomessage-square13fedilink
minus-squaredylanTheDeveloper@lemmy.worldlinkfedilinkarrow-up40·edit-21 year 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-21 year agoCI and basic PR rules should gate this entirely… this should never be a problem.
minus-squareSylvartas@lemmy.worldlinkfedilinkarrow-up34·1 year 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·1 year agoNo needs for pull requests when you commit directly to main.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up9·1 year agoalso remember to use --force when pushing, your colleagues will love you
minus-squareSpeakinTelnet@sh.itjust.workslinkfedilinkarrow-up8·1 year agogit rebase -i --root git commit --amend --no-edit git push --force
minus-squaredylanTheDeveloper@lemmy.worldlinkfedilinkarrow-up2·1 year agoWorking in a startup is truly an experience
minus-squarehex123456@sh.itjust.workslinkfedilinkarrow-up11·1 year 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”.