From 29204785fc91c10987055c3ced6a754e3a2c409e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 31 Jul 2013 17:23:52 -0400 Subject: [PATCH] .gitconfig: alias g to grep --- .gitconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2