From aa4cc514635df69928d35eb144c0ba97e02b1bf9 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sat, 3 Jan 2009 02:29:49 -0500 Subject: [PATCH] add suport for "stat", this is an svn look-a-like --- gitconfig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gitconfig b/gitconfig index 3360fc9..268ac5c 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,10 @@ [alias] - co = checkout - ci = commit - st = status - di = diff --color-words - up = pull + co = checkout + ci = commit + st = status + stat = status + di = diff --color-words + up = pull [color] diff = auto status = auto