File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -297,12 +297,12 @@ and `git commit` then *actually takes* the snapshot, and
297297makes a permanent record of it (as a commit).
298298If you don't have anything staged when you type ` git commit ` ,
299299Git 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 !
301301However, it's almost always better to
302302explicitly 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 ` !)
306306Try to stage things manually,
307307or you might find yourself searching for "git undo commit" more
308308than you would like!
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments