DEV Community

Discussion on: Git | GitHub and Version Control

Collapse
 
_vinsanity profile image
Vinayak Pahalwan • Edited

SHA-1 hash(a 40 character checksum hash).

git hash-object

will return that unique key.

Edit: A plan was formed to migrate git from SHA-1 to a stronger hash function. For more info check this link.