Using the find ./git/objects command will output something like this
.git/objects/cc/628ccd10742baea8241c5924df992b5c019f71
Many lines
The SHA1 here cannot be understood using git cat-file parsing
It is a record in the index because git is executed once There is a
for add, but it is invalid for the git mv command.
Searching the official documents failed, or there is something wrong with the way I search.
blob
文件, 這個(gè)blob
文件包含文件的壓縮內(nèi)容。 它的名稱通過(guò)文件內(nèi)容的Hash
值得到。取一段文本的Hash
Value means running a program that turns its content into a smaller block of text that is a unique identifier of the original content
https://codewords.recurse.com...