aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-01-23 23:41:11 +0800
committerGuangxiong Lin <[email protected]>2024-01-23 23:41:11 +0800
commita0991d38a37a118955b7e84b4fcfc2571058924c (patch)
tree70499b9bdee8cc57a04beffde71e6a44a2efa02e /.gitconfig
parentc18109ba364e6e5e5a3ad048c1e8642b3d71c54b (diff)
downloaddotfiles-a0991d38a37a118955b7e84b4fcfc2571058924c.tar.gz
dotfiles-a0991d38a37a118955b7e84b4fcfc2571058924c.tar.bz2
dotfiles-a0991d38a37a118955b7e84b4fcfc2571058924c.zip
Update configuration
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 66b9899..8090131 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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