From 2ed2bda6ac01215ff5e229b1272f638fb4c057f1 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 18 Nov 2011 20:48:24 +0530 Subject: [PATCH] Updated .gitconfig with prettier options --- .gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index b674817..6f611ca 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,11 +5,11 @@ editor = vim pager = cat [alias] - gl = log -16 --color=always --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n' - gll = log --color=always --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n' + lg = log -16 --color=always --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset %Cblue(%an)%Creset%n' + lgg = log --color=always --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset %Cblue(%an)%Creset%n' unstage = reset HEAD -[color] +[color] branch = auto diff = auto interactive = auto - status = auto \ No newline at end of file + status = auto -- 2.34.1