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 ‘git add’ is used for?

1 Answers  


In git, how would you return a commit that has just been pushed and made open?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


How do you find a list of files that have changed in a particular commit?

1 Answers  


What is git and why do we use it?

1 Answers  


What is the difference between git pull and git fetch?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


What is “Staging Area” or “Index” in GIT?

1 Answers  


What is git Is-tree?

1 Answers  


To delete a branch what is the command that is used?

1 Answers  


What are the advantages of using GIT?

1 Answers  


Categories