↧
Answer by ghost43 for How secure is a git commit hash (sha1)?
Bob goes over the just checked out code and verifies that it is indeed what he wants/needs.Then at a later date, Bob does on another secure machine (or at least, in an empty directory):git clone...
View ArticleHow secure is a git commit hash (sha1)?
Consider the following scenario:Someone, using a good version of git, issues a git clone followed by a git checkout of some commit hash (the 40 character hexadecimal).To clarify, assume Bob does the...
View Article