Skip to content

Commit ae4a335

Browse files
committed
Make new.txt example consistent
1 parent 3e4ac0a commit ae4a335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/objects.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $ git update-index test.txt
192192
$ git update-index --add new.txt
193193
----
194194

195-
Your staging area now has the new version of `test.txt` as well as the new file new.txt.
195+
Your staging area now has the new version of `test.txt` as well as the new file `new.txt`.
196196
Write out that tree (recording the state of the staging area or index to a tree object) and see what it looks like:
197197

198198
[source,console]

0 commit comments

Comments
 (0)