]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Reorder some aliases.
authorSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 02:38:29 +0000 (04:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 02:38:29 +0000 (04:38 +0200)
gitconfig.m4

index e7461fb3169c78a07c21532b7bbe49443dc0d614..99578b9e67c79bca15f44140de8b1326db787f2b 100644 (file)
@@ -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.
        #