From: Simon Ruderich Date: Mon, 5 Jul 2010 19:08:42 +0000 (+0200) Subject: gitconfig: Add some more aliases. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=79fbdb30b001118daf1517cf2cbcb3f2870873b3 gitconfig: Add some more aliases. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 970014f..3325a3c 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -30,7 +30,10 @@ include(../lib.m4) s = status st = status l = log + ls = log --stat + lp = log -p a = add + ap = add -p co = checkout b = branch -av br = branch -av @@ -44,6 +47,7 @@ include(../lib.m4) # Custom commands. fs = fsck --strict --full glog = log --pretty=oneline --graph --all + ru = remote update ss = stash save sa = stash apply sl = stash list