diff --git a/HowtoGit.md b/HowtoGit.md index a22c7aee..d5584e79 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -164,7 +164,7 @@ On peut notamment combiner toutes ces options dans un alias à mettre dans `.git ~~~ [alias] - log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' ~~~ On peut aussi utiliser *whatchanged* qui va lister tout ce qui a changé :