[Solved] Can Git store file containers as trees and blobs? [duplicate]
Most of the commands in git do expect to find one of the 4 words blob, tree, commit or tag at the beginning of each object, it will be close to impossible to add a new object type. Here is a manual experiment : # I created an object with a new type ‘foo’ : … Read more