git log

Afficher un historique de commits. Plus d'informations : https://git-scm.com/docs/git-log.

git log

git log {{[-p|--patch]}} {{chemin/vers/fichier_ou_repertoire}}

git log --stat

git log --oneline --graph

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

git log {{[-i|--regexp-ignore-case]}} --grep {{chaine_recherché}}

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

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