We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4ac0a commit ae4a335Copy full SHA for ae4a335
book/10-git-internals/sections/objects.asc
@@ -192,7 +192,7 @@ $ git update-index test.txt
192
$ git update-index --add new.txt
193
----
194
195
-Your staging area now has the new version of `test.txt` as well as the new file new.txt.
+Your staging area now has the new version of `test.txt` as well as the new file `new.txt`.
196
Write out that tree (recording the state of the staging area or index to a tree object) and see what it looks like:
197
198
[source,console]
0 commit comments