The SHA1 hash in git represents both the signature of the co
The SHA1 hash in git represents both the signature of the content in a commit and the revision number of that commit.
True/False?
Solution
True , signature is in the form of checksum and also version number is also present
Use command
\" find .git/objects -type f \"
To check sha1 hash object
It has checksum and header
