From c40fbb9fdc380759ea14c8297ee8a0709b962a21 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 11 Aug 2012 04:38:29 +0200 Subject: [PATCH] gitconfig: Reorder some aliases. --- gitconfig.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index e7461fb..99578b9 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -72,10 +72,10 @@ include(../lib.m4) fp = format-patch # Misc. fs = fsck --strict --full + sl = stash list ss = stash save - ssk = stash save --keep-index sa = stash apply - sl = stash list + ssk = stash save --keep-index # Custom commands. # -- 2.44.1