From 79fbdb30b001118daf1517cf2cbcb3f2870873b3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 5 Jul 2010 21:08:42 +0200 Subject: [PATCH] gitconfig: Add some more aliases. --- gitconfig.m4 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1