this post was submitted on 01 Oct 2025
663 points (98.4% liked)
Programmer Humor
26673 readers
1470 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That would make sense for forks, not branches. Although to be fair, the word branch also doesn't make sense for branches (since those don't exactly merge back into the trunk).
I think it can apply to the most general workflow with branches as well, where branches are used to develop features and then later merge them.
After all, any new branch is basically a "remaster" until merged back in, which is when the original master becomes the remaster.
Sure, the analogy isn't perfect because in music the original master isn't supposed to change – but the entire purpose of a version control system is to change the "master record", i.e. what's deployed to production.