From 9d92489bd4e502ef3825d9a8481360d45e4804d9 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Mon, 11 May 2009 10:25:29 -0500 Subject: [PATCH] more commands like SVN --- gitconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 268ac5c..95bd63d 100644 --- a/gitconfig +++ b/gitconfig @@ -1,10 +1,13 @@ [alias] - co = checkout ci = commit st = status - stat = status + co = checkout di = diff --color-words + move = mv up = pull + stat = status + delete = rm + export = archive [color] diff = auto status = auto