cm0002@lemdro.id to Programmer Humor@programming.devEnglish · 1 month agoWhen you screw up gitlemmy.zipexternal-linkmessage-square66linkfedilinkarrow-up1787arrow-down17
arrow-up1780arrow-down1external-linkWhen you screw up gitlemmy.zipcm0002@lemdro.id to Programmer Humor@programming.devEnglish · 1 month agomessage-square66linkfedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up26·1 month agogit reset --hard <commit-hash> git push -f origin main i didn’t see anything, officer
minus-squaremartinb@lemmy.sdf.orglinkfedilinkarrow-up20·1 month agoYou should be forcibly kept away from production systems…
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up12·1 month agoWe had an intern do this once. We changed our server config to make sure it wouldn’t accept such operations.
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up3arrow-down6·1 month agoIt’s just a branch guard + properly implementing git user and team permission structures - you’re not “configuring a server”
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up4·1 month agoI wonder what you think “configuring” means.
minus-squareunalivejoy@lemmy.ziplinkfedilinkarrow-up3·1 month agoNever use --force. Always use --force-with-lease.
minus-squareenbiousenvy@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·1 month agoI’ve mistyped that a couple of times to be --force-with-leash
minus-squareunalivejoy@lemmy.ziplinkfedilinkarrow-up4·1 month agogit push origin master --force-with-leash Don’t do that to your master.
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up2·1 month agoonly do that in puppygit (with consent)
minus-squareenbiousenvy@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·1 month agoTIL thats a real thing https://github.com/catpuppyapp/PuppyGit
git reset --hard <commit-hash> git push -f origin maini didn’t see anything, officer
You should be forcibly kept away from production systems…
We had an intern do this once. We changed our server config to make sure it wouldn’t accept such operations.
It’s just a branch guard + properly implementing git user and team permission structures - you’re not “configuring a server”
I wonder what you think “configuring” means.
Never use
--force. Always use--force-with-lease.I’ve mistyped that a couple of times to be
--force-with-leashgit push origin master --force-with-leashDon’t do that to your master.
only do that in puppygit (with consent)
TIL thats a real thing https://github.com/catpuppyapp/PuppyGit