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

Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


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

1 Answers  


What is the command you can use to write a commit message?

1 Answers  


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

1 Answers  


What is ‘head’ in git?

1 Answers  


What is GIT stash drop?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


What is ‘git status’ is used for?

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?

1 Answers  


Name a few git commands?

1 Answers  


What is subgit?

1 Answers  


Categories