444
rm -rf / (programming.dev)
submitted 2 months ago* (last edited 2 months ago) by JPDev@programming.dev to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] JPDev@programming.dev 31 points 2 months ago* (last edited 2 months ago)

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@programming.dev 17 points 2 months 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.

[-] Prunebutt@slrpnk.net 4 points 2 months ago
[-] leisesprecher@feddit.org 1 points 2 months ago

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

[-] Prunebutt@slrpnk.net 3 points 2 months ago

That's the joke, yes.

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

Programmer Humor

19331 readers
819 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