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 2548b7d + 7af68ac commit cb7fdd8Copy full SHA for cb7fdd8
book/10-git-internals/sections/objects.asc
@@ -188,6 +188,8 @@ You'll now create a new tree with the second version of `test.txt` and a new fil
188
[source,console]
189
----
190
$ echo 'new file' > new.txt
191
+$ git update-index --cacheinfo 100644 \
192
+ 1f7a7a472abf3dd9643fd615f6da379c4acb3e3a test.txt
193
$ git update-index test.txt
194
$ git update-index --add new.txt
195
0 commit comments