리누스 토르발스 같은 몇몇 깃 코어 개발자가 2000년대에 '주인과 노예' 비유의 맥락에서 'master'라는 기본 브랜치 이름을 이해했다고 하더라도,

윗글에서 제가 트리와 브랜치를 명확히 구별하지 않았네요. 리누스 토르발스가 작성한 이메일에는 마스터 트리와 슬레이브 트리만 나와 있습니다.

다음 글도 참고하시면 좋을 듯해요.

https://lore.kernel.org/all/20200619130058.GA5027@danh.dev/t/

Git branches have been qualified as topic branches, integration branches,
development branches, feature branches, release branches and so on.
Git has a branch that is the master for development, but it is not
the master of any "slave branch": Git does not have slave branches,
and has never had, except for a single testcase that claims otherwise. :)