Skip to content

Commit fd01ef5

Browse files
committed
differences for PR #1101
1 parent f604c58 commit fd01ef5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

04-changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,10 @@ to my local Git repository?
719719

720720
## Committing Multiple Files
721721

722+
When you make changes, they often belong together as one logical improvement.
723+
Git lets you group related edits into a single commit so your project stays consistent.
724+
This is something word processors can’t easily do—each suggestion is separate, even if they depend on each other.
725+
722726
The staging area can hold changes from any number of files
723727
that you want to commit as a single snapshot.
724728

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"episodes/01-basics.md" "ae7fd7e74b037050fd4e0ce7fc950551" "site/built/01-basics.md" "2025-08-28"
77
"episodes/02-setup.md" "169455416b0e7425b6e3e4a956104471" "site/built/02-setup.md" "2025-01-25"
88
"episodes/03-create.md" "c1198fc3106059d83fd8078d57fbbfef" "site/built/03-create.md" "2024-09-29"
9-
"episodes/04-changes.md" "93a58793b2e796ce0c4dcfd5ab4a9690" "site/built/04-changes.md" "2025-10-29"
9+
"episodes/04-changes.md" "46193fb34b94ef6364215c895cf75ddb" "site/built/04-changes.md" "2025-11-26"
1010
"episodes/05-history.md" "1db0ac027bd51d7d67562d71a60116c8" "site/built/05-history.md" "2025-01-10"
1111
"episodes/06-ignore.md" "ff0a74d69b9f3bf60795226eb0e6a6bd" "site/built/06-ignore.md" "2025-04-01"
1212
"episodes/07-github.md" "3fb726f8778cafc2fac05e977c488482" "site/built/07-github.md" "2025-10-03"

0 commit comments

Comments
 (0)