docs: Fix a typo in the-git-difference.md.

Fix a small typing error, correcting 'has' to 'hash'.
This commit is contained in:
Priyanshu Singh
2019-02-23 02:31:45 +05:30
committed by Tim Abbott
parent ce2474c0ad
commit e328671f20

View File

@@ -34,7 +34,7 @@ Here are the top things to know:
- **Git stores all data as objects, of which there are four types:** blob
(file), tree (directory), commit (revision), and tag. Each of these objects
is named by a unique hash, the SHA-1 has of its contents. Most of the time
is named by a unique hash, the SHA-1 hash of its contents. Most of the time
you'll refer to objects by their truncated hash or more human-readable
reference like `HEAD` (the current branch). Blobs and trees represent files
and directories. Tags are named references to other objects. A commit object