Blob Objects

Back to Object Model

Git objects that store file contents. A blob is just the raw content of a file with no metadata (not even the filename). The filename is stored in the tree object that references the blob.

property git blob