We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fe0f3 commit 300a5dbCopy full SHA for 300a5db
1 file changed
book/10-git-internals/sections/objects.asc
@@ -190,7 +190,6 @@ tree
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
----
196
0 commit comments