git log

Show a history of commits.
More information.
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}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY