git log

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

git log

git log {{[-p|--patch]}} {{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 {{[-n|--max-count]}} {{number}} --author "{{author}}"

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