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 |
What language is used in GIT?
What is the purpose of branching in GIT?
What is Subgit? Why to use Subgit?
What is the difference between GIT and SVN?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What does ‘hooks’ consist of in git?
How do you find a list of files that have changed in a particular commit?
What is a commit message?
What is the function of ‘git checkout’ in git?
What is rebasing syntax in git?
What is git fork? What is the difference between fork, branch, and clone?
What does commit object contain?