Ben Liblit's Avatar

Ben Liblit

@liblit

189
Followers
138
Following
1
Posts
17.11.2024
Joined
Posts Following

Latest posts by Ben Liblit @liblit

Revisions in a version control system such as Git. Subtraction computes a diff, which in turn can be added (applied) to some other revision.

X + (Y - Z) is `git checkout X; git cherry-pick Z..Y`.

Note that addition is a partial function: not all diffs can be applied to all revisions.

20.10.2025 06:23 👍 1 🔁 0 💬 0 📌 0