From 946c1688373142816d47267a7a97c5178bfb888d Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Wed, 11 May 2022 17:57:06 +0200 Subject: [PATCH] Ajout options commande git log --graph --- HowtoGit.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoGit.md b/HowtoGit.md index 882630f7..c98fd0ed 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -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' ~~~