Skip to content

Commit 5231e09

Browse files
committed
i don't think we really worked much with this earlier, if at all
1 parent c08581a commit 5231e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/11-git-internals/sections/packfiles.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ find .git/objects -type f
2121

2222
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.
2323
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:
24+
To demonstrate, we'll add the `repo.rb` file from the Grit library – this is about a 22K source code file:
2525

2626
[source,shell]
2727
----

0 commit comments

Comments
 (0)