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 |
Explain what is commit message?
What is the purpose of branching and how many branching strategies can you apply?
What is git Is-tree?
How will you know in git if a branch has already been merged into master?
What is another option for merging in git?
Describe the branching strategies you have used.
How is git instaweb used?
Explain git stash, pop?
How will you know in GIT if a branch has been already merged into master?
What is git fork? How to create tag?
In git how do you revert a commit that has already been pushed and made public?
What is the function of git clone?