Answer Posted / Rajeev Gautam
A Git commit object contains metadata about a specific snapshot of a project, such as author, committer, date, message, and the actual snapshot itself (a tree object that points to all files in the snapshot). Additionally, each commit also points to its parent commit(s), creating a chain of commits or commit history.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers