From 709c5b331bcfb017bd66cd804a753e8e5ab45a73 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 22 May 2024 11:36:24 +0300 Subject: [PATCH] feat(git): diff aliases --- home/user/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 1f89c08..11c3a4e 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -50,6 +50,7 @@ di = diff ds = diff --staged dno = diff --name-only + dw = diff --word-diff=color co = checkout ci = commit ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"