this post was submitted on 11 Oct 2025
761 points (99.2% liked)

Programmer Humor

26846 readers
2682 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cupcakezealot@piefed.blahaj.zone 24 points 2 days ago (1 children)
git reset --hard <commit-hash>  
git push -f origin main  

i didn't see anything, officer

[–] martinb@lemmy.sdf.org 18 points 2 days ago (2 children)

You should be forcibly kept away from production systems...

[–] henfredemars@infosec.pub 11 points 2 days ago (1 children)

We had an intern do this once. We changed our server config to make sure it wouldn’t accept such operations.

[–] gravitas_deficiency@sh.itjust.works -3 points 2 days ago* (last edited 2 days ago) (1 children)

It’s just a branch guard + properly implementing git user and team permission structures - you’re not “configuring a server”

[–] marcos@lemmy.world 4 points 2 days ago

I wonder what you think "configuring" means.

[–] joyjoy@lemmy.zip 3 points 2 days ago (1 children)

Never use --force. Always use --force-with-lease.

[–] enbiousenvy@lemmy.blahaj.zone 2 points 2 days ago (2 children)

I've mistyped that a couple of times to be --force-with-leash

[–] joyjoy@lemmy.zip 4 points 2 days ago

git push origin master --force-with-leash

Don't do that to your master.

[–] cupcakezealot@piefed.blahaj.zone 2 points 2 days ago* (last edited 2 days ago) (1 children)

only do that in puppygit (with consent)