What is the use of ‘git log’?



What is the use of ‘git log’?..

Answer / Mukesh Sharma

The `git log` command displays the commit history of a repository, including the author, date, and commit message for each commit. It can be used to track changes, identify when and who made specific modifications, and navigate through the project's commit history.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What language is used in GIT?

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


What is Subgit? Why to use Subgit?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


What is git bisect? How can you use it to determine the source of a (regression) bug?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


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

1 Answers  


What is a commit message?

1 Answers  


What is the function of ‘git checkout’ in git?

1 Answers  


What is rebasing syntax in git?

1 Answers  


What is git fork? What is the difference between fork, branch, and clone?

1 Answers  


What does commit object contain?

1 Answers  


Categories