File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments