22
0
Fork 0
This commit is contained in:
gcolpart 2016-12-18 00:10:01 +01:00
parent 23cf0b0e6d
commit 4b35c6ee5f
1 changed files with 1 additions and 1 deletions

View File

@ -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é :