From 74cdaa6950c76462a6fa31e981985d8ee2cdd6ef Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 26 Apr 2015 00:09:42 +0300 Subject: [PATCH] .gitconfig: add alias wshow --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index baccece..afedc4f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,6 +19,7 @@ st = status --short stb = status --short --branch wdiff = diff --word-diff + wshow = show --word-diff [color] ui = auto -- 2.39.2