From 4882c520c8785d6b42f53b22ce015833c81ee403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 24 Jun 2013 18:07:15 +0200 Subject: [PATCH] added to gitconfig --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 1565b25..70e2619 100644 --- a/gitconfig +++ b/gitconfig @@ -12,3 +12,4 @@ ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat ld = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative grep = grep -Ii + ready = rebase -i @{u}