this post was submitted on 18 Feb 2025
353 points (96.1% liked)

Programmer Humor

30936 readers
818 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
[โ€“] PoolloverNathan@programming.dev 2 points 1 year ago (1 children)

It's equivalent to cp -r, but:

  • the copy is read-only
  • reuses unchanged files
  • easier to share (btrfs sub send)

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