====== trucs et astuces de l'utilisateur Git ====== ===== Pour obtenir un bel historique ===== Pour avoir un hitorique joliement présenté https://coderwall.com/p/euwpig/a-better-git-log la commande git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" permet d'associer l'alias git lg à un descriptif plus agréable.