git - Is the SHA1 hash of a commit node the same on the source and target repositories after a push? -
suppose clone repository remote r, perform commit, , push changes r. sha1 hash of new commit node same in r in repository?
once push? yes. ids same (and, therefore, content , history).
Comments
Post a Comment