Tree Objects

Back to Object Model

Git objects representing directories. A tree maps names to blobs (files) or other trees (subdirectories), along with file permissions. Trees enable Git to reconstruct the full directory structure at any point in time.

property git tree