Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions chapters/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ The repository stores the full history of your project as a series of
snapshots called *commits*. Each commit records exactly what the project
looked like at that moment. The repository can be **local** (on your
machine) or **remote** (on a hosting service like GitHub). Git treats
both as equals — there is no single authoritative copy. (The word "master"
here means primary, not the branch name `master` — Git uses `main` as the
default branch name.)
both as equals — there is no single authoritative copy.

### How a Commit Works

Expand Down
Loading