From 1dd790a7f4920b044689f97faaa022e6873b45ae Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 8 May 2010 10:29:35 +0200 Subject: [PATCH] gitconfig: Add t alias for tag. --- gitconfig.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig.m4 b/gitconfig.m4 index 36dcbd2..9ffe45b 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -37,6 +37,7 @@ include(../lib.m4) me = merge f = fetch fe = fetch + t = tag p = push pu = push # Custom commands. -- 2.44.1