Skip to content

Commit 0a4663b

Browse files
brabojclaude
andauthored
docs: remove confusing master/main disclaimer from intro (#176)
The parenthetical about "master" vs "main" was misleading — the sentence it annotated doesn't use the word "master" at all. Removing the unnecessary disclaimer improves clarity. Closes #164 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bdc2a3e commit 0a4663b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

chapters/01-introduction.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ The repository stores the full history of your project as a series of
115115
snapshots called *commits*. Each commit records exactly what the project
116116
looked like at that moment. The repository can be **local** (on your
117117
machine) or **remote** (on a hosting service like GitHub). Git treats
118-
both as equals — there is no single authoritative copy. (The word "master"
119-
here means primary, not the branch name `master` — Git uses `main` as the
120-
default branch name.)
118+
both as equals — there is no single authoritative copy.
121119

122120
### How a Commit Works
123121

0 commit comments

Comments
 (0)