339
Master vs main (again)
(lemmy.myserv.one)
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.
Real talk, "master" refers to a "master copy" from which new branches ~~are~~ can be made from. If one of these branches becomes "better" than the current master copy, it gets "merged" into the master copy effectively replacing it as the new master copy (sometimes totally, sometimes partially).
Edit: Pretty sure basically everyone here knows this, but I figured it could not hurt to put the explanation here.