Skip to content

Commit e7c5cab

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : fa839a5 Branch : main Author : Alex Ball <[email protected]> Time : 2025-09-03 08:32:48 +0000 Message : Merge pull request #189 from alex-ball/patch-189 Clarify explanation of staging area
1 parent a27842a commit e7c5cab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

02-getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ and `git commit` then *actually takes* the snapshot, and
297297
makes a permanent record of it (as a commit).
298298
If you don't have anything staged when you type `git commit`,
299299
Git will prompt you to use `git commit -a` or `git commit --all`,
300-
which is kind of like gathering *everyone* for the picture!
300+
which is kind of like gathering *everyone* to take a group photo!
301301
However, it's almost always better to
302302
explicitly add things to the staging area, because you might
303-
commit changes you forgot you made. (Going back to snapshots,
304-
you might get the extra with incomplete makeup walking on
305-
the stage for the snapshot because you used `-a`!)
303+
commit changes you forgot you made. (Going back to the group photo simile,
304+
you might get an extra with incomplete makeup walking on
305+
the stage for the picture because you used `-a`!)
306306
Try to stage things manually,
307307
or you might find yourself searching for "git undo commit" more
308308
than you would like!

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"contribute.md" "6f688a330994cf2ec8aab8076927dc05" "site/built/contribute.md" "2023-04-21"
66
"index.md" "773cf78e1289f5ca1461848f3c59dfdb" "site/built/index.md" "2023-04-21"
77
"episodes/01-what-is-git.md" "445007d28cfc4ea532840d493b6d10e6" "site/built/01-what-is-git.md" "2024-07-03"
8-
"episodes/02-getting-started.md" "a706fb1eba599733b9f6513b218fe017" "site/built/02-getting-started.md" "2024-07-03"
8+
"episodes/02-getting-started.md" "06de5e85b906706fa07c3ccba7273741" "site/built/02-getting-started.md" "2025-09-03"
99
"episodes/03-sharing.md" "2ebf04d7dbd6bb52bcd799fb62860d17" "site/built/03-sharing.md" "2025-08-14"
1010
"episodes/04-review.md" "9e589dcefa2ff8f2d9ce79e2f5eda5df" "site/built/04-review.md" "2023-04-21"
1111
"episodes/05-github-pages.md" "785565f4f08d619905fd0104496ce055" "site/built/05-github-pages.md" "2025-08-12"

0 commit comments

Comments
 (0)