From 52ad65be1d4007d74f74675e404800d74d2f39dc Mon Sep 17 00:00:00 2001 From: Daniel Naegele Date: Sun, 23 Jun 2013 23:29:33 +0200 Subject: [PATCH] updated gtconfig --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index a27314c..5432498 100644 --- a/gitconfig +++ b/gitconfig @@ -4,6 +4,8 @@ [push] default = simple [alias] + c = commit + s = status 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