Git Log Command Explained

git log --pretty=format:"%h - %s"

The git log command is used to display a list of commits made in a repository. It can be used with various options and formats to customize the output.