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 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

How will you know in git if a branch has already been merged into master?

1 Answers  


How to squash or fixup commits?

1 Answers  


What is ‘head’ in git?

1 Answers  


What are the different ways you can refer to a commit?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


What does commit object contain?

1 Answers  


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

1 Answers  


How to rebase master in git?

1 Answers  


Mention the various git repository hosting functions.

1 Answers  


Describe the branching strategies you have used.

1 Answers  


What is ‘head’ in git and how many heads can be created in a repository?

1 Answers  


What is the purpose of branching and how many branching strategies can you apply?

1 Answers  


Categories