Getting more from the commit logComparing commits

git show <tree-ish> : montre l'élément indiqué (commit, fichier, etc.)

ex:

git show –format=oneline HEAD

git show –format=oneline HEAD~3 (=HEAD^^^)