From c18109ba364e6e5e5a3ad048c1e8642b3d71c54b Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 23 Jan 2024 22:28:50 +0800 Subject: Add git aliases --- .gitconfig | 4 ++-- 1 file 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 -- cgit v1.2.3