Résumé des commandes pour afficher les commits
Afficher les commits - git log
git log
Filtrer par fichier ou dossier - git log
git log <fichier ou dossier>
Afficher les derniers commits - git log -n
git log -n <nombre>
Un commit = une ligne - git log --oneline
git log --oneline
Représentation graphique - git log --graph
git log --graph