Skip to content

Commit d976e51

Browse files
committed
Match text to text in image.
The .png file says "The initial commit of my project". This change makes the text match.
1 parent a4623eb commit d976e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/nutshell.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Staging the files checksums each one (the SHA-1 hash we mentioned in <<_getting_
1414
[source,console]
1515
----
1616
$ git add README test.rb LICENSE
17-
$ git commit -m 'initial commit of my project'
17+
$ git commit -m 'The initial commit of my project'
1818
----
1919

2020
When you create the commit by running `git commit`, Git checksums each subdirectory (in this case, just the root project directory) and stores those tree objects in the Git repository.

0 commit comments

Comments
 (0)