From b14dbc872fd5528fae8507298a4f52c7abd42f0d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 20 Jul 2009 03:20:26 +0200 Subject: [PATCH] gitconfig: Add aliases for fetch and push. --- gitconfig.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig.m4 b/gitconfig.m4 index 9ef54b0..df9e598 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -23,6 +23,8 @@ include(../lib.m4) co = checkout br = branch me = merge + fe = fetch + pu = push # Custom commands. fs = fsck --strict --full glog = log --pretty=oneline --graph --all -- 2.44.1