Logging

Using the Git Log Command

The git log command allows you to view the commit history of a repository. This is especially useful if you want to look back over previous changes, whether they’ve been carried out by you or other developers.
When running the command, you will probably get something like the below.
$ git log
commit ca82a6dff817ec66f44342007202690a93763949
Author: …