Skip to content

Commit 8b6dc1a

Browse files
authored
Merge pull request #916 from jaspu/master
'it' replaced by 'is' in 10th chap, objects section
2 parents 01e2225 + 2ae27e2 commit 8b6dc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/objects.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Git is a content-addressable filesystem.
55
Great.
66
What does that mean?
77
It means that at the core of Git is a simple key-value data store.
8-
What this means it that you can insert any kind of content into a Git repository, for which Git will hand you back a unique key you can use later to retrieve that content.
8+
What this means is that you can insert any kind of content into a Git repository, for which Git will hand you back a unique key you can use later to retrieve that content.
99

1010
As a demonstration, let's look at the plumbing command `git hash-object`, which takes some data, stores it in your `.git/objects` directory (the _object database_), and gives you back the unique key that now refers to that data object.
1111

0 commit comments

Comments
 (0)