From: Simon Ruderich Date: Tue, 14 Oct 2014 02:54:27 +0000 (+0200) Subject: gitconfig: add alias for grep (g) X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d5d7971c950917b711df9a0cd57269167713de68;hp=28aa3ac80bbb92a1e5ae5dd11859071137d71306;p=config%2Fdotfiles.git gitconfig: add alias for grep (g) --- diff --git a/gitconfig.in b/gitconfig.in index bb835a4..f54be46 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -66,6 +66,7 @@ dc = diff --cached dcw = diff --cached --color-words ds = diff --stat + g = grep s = status l = log ls = log --stat