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' ~~~