aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-01-23 22:28:50 +0800
committerGuangxiong Lin <[email protected]>2024-01-23 22:28:50 +0800
commitc18109ba364e6e5e5a3ad048c1e8642b3d71c54b (patch)
tree4958a38e7f3625cb4250e80d80f7b525ef083275
parent6dedd2f7bc4ecd61dff17592deed45c4da7ae9e8 (diff)
downloaddotfiles-c18109ba364e6e5e5a3ad048c1e8642b3d71c54b.tar.gz
dotfiles-c18109ba364e6e5e5a3ad048c1e8642b3d71c54b.tar.bz2
dotfiles-c18109ba364e6e5e5a3ad048c1e8642b3d71c54b.zip
Add git aliases
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 8090131..66b9899 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -26,8 +26,8 @@
co = checkout
st = status
stsb = status --short --branch
- df = diff
- dfc = diff --cached
+ df = diff --color-words
+ dfc = diff --color-words --cached
dt = difftool
mt = mergetool