Skip to content
Open
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: 4 additions & 0 deletions episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@ to my local Git repository?

## Committing Multiple Files

When you make changes, they often belong together as one logical improvement.
Git lets you group related edits into a single commit so your project stays consistent.
This is something word processors can’t easily do—each suggestion is separate, even if they depend on each other.

The staging area can hold changes from any number of files
that you want to commit as a single snapshot.

Expand Down
Loading