this post was submitted on 18 Feb 2025
371 points (96.7% liked)

Programmer Humor

20717 readers
1804 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
[–] mcmodknower 1 points 2 days ago (1 children)

Isn't that just git with more steps and harder to share?

[–] PoolloverNathan 2 points 2 days ago (1 children)

It's equivalent to cp -r, but:

  • the copy is read-only
  • reuses unchanged files
  • easier to share (btrfs sub send)
[–] mcmodknower 1 points 1 day ago

Sounds just like git (unless you do some special operations to change the copies)