this post was submitted on 20 Nov 2024
723 points (97.5% liked)

Programmer Humor

19644 readers
2207 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 1 year ago
MODERATORS
723
submitted 19 hours ago* (last edited 18 hours ago) by [email protected] to c/programmer_humor
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 19 hours ago (2 children)

Doing a git clean is a dick move.

[–] BatmanAoD 15 points 18 hours ago (1 children)

The user clicked an option to "discard" all changes. They then got a very clear pop-up saying that this is destructive and cannot be undone (there's a screenshot in the thread).

[–] [email protected] 24 points 18 hours ago (1 children)

I very much understand how one can think this would revert any changes done to files under version control but not delete the ones that are not. I believe this dialog has since been updated to explicitly state that fact.

[–] BatmanAoD 10 points 15 hours ago

Yes, the dialog was changed, as part of this linked issue (and maybe again after that; this whole incident is very old). After reading some of the comments on that issue, I agree with the reasoning with some of the commenters that it would be less surprising for that menu option to behave like git reset --hard and not delete tracked files.

[–] [email protected] 6 points 18 hours ago

Yeah, real developers do git clean -dxf.