From d04bd441a030e4e23c7a3e6d954a70e051bb28ec Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 12 Jul 2016 14:44:08 +0200 Subject: [PATCH] gitconfig: add gi alias (grep --ignore-case) --- gitconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig.in b/gitconfig.in index 11f725a..f6d7f24 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -73,6 +73,7 @@ dcw = diff --cached --color-words dcs = diff --cached --stat g = grep + gi = grep --ignore-case s = status l = log ls = log --stat -- 2.43.2