Skip to content

Commit e6fe3e6

Browse files
committed
Apply minor edits to text in 04
1 parent 6869ee4 commit e6fe3e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

episodes/04-changes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,12 @@ but not yet committed.
342342
> makes a permanent record of it (as a commit).
343343
> If you don't have anything staged when you type `git commit`,
344344
> Git will prompt you to use `git commit -a` or `git commit --all`,
345-
> which is kind of like gathering *everyone* for the picture!
345+
> which is kind of like gathering *everyone* to take a group photo!
346346
> However, it's almost always better to
347347
> explicitly add things to the staging area, because you might
348-
> commit changes you forgot you made. (Going back to snapshots,
349-
> you might get the extra with incomplete makeup walking on
350-
> the stage for the snapshot because you used `-a`!)
348+
> commit changes you forgot you made. (Going back to the group photo simile,
349+
> you might get an extra with incomplete makeup walking on
350+
> the stage for the picture because you used `-a`!)
351351
> Try to stage things manually,
352352
> or you might find yourself searching for "git undo commit" more
353353
> than you would like!

0 commit comments

Comments
 (0)