From: Mike Frysinger Date: Wed, 31 Jul 2013 21:23:52 +0000 (-0400) Subject: .gitconfig: alias g to grep X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=29204785fc91c10987055c3ced6a754e3a2c409e .gitconfig: alias g to grep --- diff --git a/.gitconfig b/.gitconfig index d04afbd..11254a1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,6 +29,7 @@ dl = download f = fetch fp = format-patch -C -M + g = grep h = help l = log m = merge