From: Simon Ruderich Date: Mon, 13 Sep 2010 15:51:06 +0000 (+0200) Subject: gitconfig: Add new aliases au, ssk, fp. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a7b6524d2f16ae1b2cd139b64bd8661499ddfd47 gitconfig: Add new aliases au, ssk, fp. --- 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.