Ephera 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 to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square13fedilink
minus-square@SpeakinTelnet@sh.itjust.workslinkfedilink18•1 year agoNo needs for pull requests when you commit directly to main.
minus-squareEager EaglelinkfedilinkEnglish9•1 year agoalso remember to use --force when pushing, your colleagues will love you
minus-square@SpeakinTelnet@sh.itjust.workslinkfedilink8•1 year agogit rebase -i --root git commit --amend --no-edit git push --force
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!