diff --git a/.gitconfig b/.gitconfig index 751be530df4f20f75dff4b2db472c25bf8e4b473..f6f5642b52a76c388c34fc1c1cb5f1bc8114cc97 100644 --- a/.gitconfig +++ b/.gitconfig @@ -38,3 +38,11 @@ # qu'elle a le même nom. # (dans git 2.0, le comportement par défaut deviendra simple) default = matching +[log] + # Afficher les têtes des branches + decorate = true + # Afficher la version courtes des hash de commit + abbrevCommit = true +[alias] + # Raccourci pour afficher toutes les branches. + lg = log --graph