git log

Show a history of commits. More information: https://git-scm.com/docs/git-log.

git log

git log -p path/to/file_or_directory

git log --stat

git log --oneline --graph

git log --oneline --decorate --all --graph

git log -i --grep search_string

git log -n number --author=author

git log --before="2017-01-29" --after="2017-01-17"