diff --git a/gitconfig b/gitconfig index e1f5530..b23f48d 100644 --- a/gitconfig +++ b/gitconfig @@ -16,6 +16,8 @@ ci = commit co = checkout cp = cherry-pick + cw = diff --color-words + ccw = diff --color-words --cached df = diff --ignore-space-change dfw = diff --ignore-space-change --color-words dfc = diff --ignore-space-change --cached