Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does commit object contain?



What does commit object contain?..

Answer / 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

More Git Interview Questions

What is the function of ‘git rm’?

1 Answers  


What is a “conflict” in git and how is it resolved?

1 Answers  


Why GIT better than Subversion?

1 Answers  


Name a few git commands?

1 Answers  


What is the difference between the ‘git diff ’and ‘git status’?

1 Answers  


What is the use of ‘git log’?

1 Answers  


What is ‘head’ in git and how many heads can be created in a repository?

1 Answers  


How to squash or fixup commits?

1 Answers  


How can conflict in git resolved?

1 Answers  


What is the function of ‘GIT PUSH’ in GIT?

1 Answers  


What is a repository in GIT?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


Categories