From: Oleg Broytman Date: Sat, 25 Apr 2015 21:09:42 +0000 (+0300) Subject: .gitconfig: add alias wshow X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=74cdaa6950c76462a6fa31e981985d8ee2cdd6ef .gitconfig: add alias wshow --- 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