1.

What consists of a commit object?

Answer»

A commit object consists of the following COMPONENTS:

  • A set of FILES that represents the state of a PROJECT at a given point in time.
  • Reference to parent commit objects.
  • A 40 character STRING TERMED as SHA-1 name uniquely identifies the commit object.


Discussion

No Comment Found