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 c08581a commit 5231e09Copy full SHA for 5231e09
book/11-git-internals/sections/packfiles.asc
@@ -21,7 +21,7 @@ $ find .git/objects -type f
21
22
Git compresses the contents of these files with zlib, and you're not storing much, so all these files collectively take up only 925 bytes.
23
You'll add some larger content to the repository to demonstrate an interesting feature of Git.
24
-Add the repo.rb file from the Grit library you worked with earlier – this is about a 22K source code file:
+To demonstrate, we'll add the `repo.rb` file from the Grit library – this is about a 22K source code file:
25
26
[source,shell]
27
----
0 commit comments