From e85ff7eac1ceb433c83cae56b269ee03abda7159 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 3 Feb 2014 05:33:34 +0800 Subject: [PATCH] Add "git dc" and refactor "git di". --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index bd7f01e..be03d7a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,7 +2,8 @@ br = branch ci = commit -v co = checkout - di = diff --color-words + dc = diff --cached --word-diff=color + di = diff --word-diff=color gl = log --decorate --graph --pretty=oneline glog = log --decorate --graph st = status -bs