From 1b4855fe3cc517d664a6a4f4c289d35ba3bec3ed Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 5 Nov 2013 13:35:13 +0100 Subject: Git: add "g" alias for "log --grep" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 6e24270..e09daa1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,6 +5,7 @@ [alias] ai = add -ip c = commit -s + g = log --grep dh = diff HEAD wd = diff --word-diff swd = show --word-diff -- cgit