git log

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

git log

git log {{--patch|-p|-u}} {{path/to/file_or_directory}}

git log --stat

git log --oneline --graph

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

git log {{-i|--regexp-ignore-case}} --grep {{search_string}}

git log {{--max-count|-n} {{number}} --author "{{author}}"

git log --before "{{2017-01-29}}" --after "{{2017-01-17}}"