Commit Objects

Back to Object Model

Git objects that represent a snapshot in time. Each commit points to a tree (the state of the project), its parent commit(s), an author, committer, timestamp, and a message. Commits form the nodes of the DAG.

property git commit