From 4b35c6ee5f73f1a7d718956d33de62dcb6261122 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sun, 18 Dec 2016 00:10:01 +0100 Subject: [PATCH] typo --- HowtoGit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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é :