Ajout options commande git log --graph

This commit is contained in:
whirigoyen 2022-05-11 17:57:06 +02:00
parent 51e13c05be
commit 946c168837

View file

@ -216,6 +216,8 @@ $ git log --stat
$ git log --summary
$ git log --color
$ git log --graph
$ git log --graph --color --decorate
$ git log --graph --color --decorate --oneline
$ git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
~~~