From bd95d75afad2d53b81a006081d5566d6fa257811 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 24 Feb 2014 19:09:35 +0000 Subject: [PATCH] Adding git lg, a better thing than my git hist --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 89e4b4f..38cd5fc 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,7 @@ email = dustinswan@gmail.com [alias] - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit [push] default = simple