this post was submitted on 20 Nov 2024
932 points (97.6% liked)

Programmer Humor

20028 readers
1409 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
932
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/programmer_humor
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 46 points 2 months ago (2 children)

Poor guy basically did a git reset —hard HEAD without even a git repository

[–] [email protected] 11 points 2 months ago

Even reset hard wouldn't delete untracked files. This was a complete overreach by the GUI, performing a clean (and likely a forced one, as git's requireForce defaults to true).

And they did rectify that eventually, giving a warning, and an option to simply reset. It's unfortunate this poor person had to be the trigger for that change.

[–] JackbyDev 2 points 2 months ago

WORSE! If you read the thread and linked issue, it was closer to a clean.