From: Simon Ruderich Date: Mon, 20 Jul 2009 01:20:26 +0000 (+0200) Subject: gitconfig: Add aliases for fetch and push. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=b14dbc872fd5528fae8507298a4f52c7abd42f0d;p=config%2Fdotfiles.git gitconfig: Add aliases for fetch and push. --- 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