this post was submitted on 23 Jul 2024
442 points (96.4% liked)

Programmer Humor

19114 readers
532 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
442
rm -rf / (programming.dev)
submitted 1 month ago* (last edited 1 month ago) by JPDev to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] JPDev 31 points 1 month ago* (last edited 1 month ago) (3 children)

git rm -rf is only usable within the scope of the git repository and removes files in the staging area and working directory but doesnt affect untracked files or .git. rm -rf affects everything. For this case rm -rf probably would be the better option

edit: did a quick edit on the meme to change it to rm -rf since it makes more sense

[–] BatmanAoD 17 points 1 month ago

rm - rf is the only version that makes sense, since the only reason to delete and re-clone is to recover from an unexpected .git/ state, and git rm won't remove that.

[–] [email protected] 4 points 1 month ago
[–] [email protected] 1 points 1 month ago (1 children)

Never heard of it, makes total sense, but I'd guess 95% of developers just nuke the directory raw.

[–] [email protected] 3 points 1 month ago

That's the joke, yes.