mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
docs: Fix a typo in the-git-difference.md.
Fix a small typing error, correcting 'has' to 'hash'.
This commit is contained in:
committed by
Tim Abbott
parent
ce2474c0ad
commit
e328671f20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user