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.
2 parents 239cf2d + ce02ecd commit 20156cdCopy full SHA for 20156cd
book/10-git-internals/sections/objects.asc
@@ -202,7 +202,7 @@ You'll now create a new tree with the second version of `test.txt` and a new fil
202
[source,console]
203
----
204
$ echo 'new file' > new.txt
205
-$ git update-index --add --cacheinfo 100644 \
+$ git update-index --cacheinfo 100644 \
206
1f7a7a472abf3dd9643fd615f6da379c4acb3e3a test.txt
207
$ git update-index --add new.txt
208
0 commit comments