diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ co = checkout st = status stsb = status --short --branch - df = diff --color-words - dfc = diff --color-words --cached + df = diff + dfc = diff --cached dt = difftool mt = mergetool |