From a7b6524d2f16ae1b2cd139b64bd8661499ddfd47 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 Sep 2010 17:51:06 +0200 Subject: [PATCH] gitconfig: Add new aliases au, ssk, fp. --- gitconfig.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig.m4 b/gitconfig.m4 index 71785d9..32bb10f 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -36,6 +36,7 @@ include(../lib.m4) glog = log --pretty=oneline --graph --all a = add ap = add -p + au = add -u co = checkout b = branch -av br = branch -av @@ -49,8 +50,10 @@ include(../lib.m4) ru = remote update fs = fsck --strict --full ss = stash save + ssk = stash save --keep-index sa = stash apply sl = stash list + fp = format-patch [diff] # Detect copies and renames. -- 2.44.1