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 |
How will you know in git if a branch has already been merged into master?
How to squash or fixup commits?
What is ‘head’ in git?
What are the different ways you can refer to a commit?
What does ‘hooks’ consist of in git?
What does commit object contain?
In git, how would you return a commit that has just been pushed and made open?
How to rebase master in git?
Mention the various git repository hosting functions.
Describe the branching strategies you have used.
What is ‘head’ in git and how many heads can be created in a repository?
What is the purpose of branching and how many branching strategies can you apply?