]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add aliases for stash commands.
authorSimon Ruderich <simon@ruderich.org>
Tue, 17 Nov 2009 22:04:15 +0000 (23:04 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 17 Nov 2009 22:04:15 +0000 (23:04 +0100)
gitconfig.m4

index df9e59843f07cb11960556f06c2a60570a879a0d..aaad40e0c415cb68644841f79888356c1d4997df 100644 (file)
@@ -28,6 +28,9 @@ include(../lib.m4)
        # Custom commands.
        fs = fsck --strict --full
        glog = log --pretty=oneline --graph --all
+       ss = stash save
+       sa = stash apply
+       sl = stash list
 
 [merge]
 IF(OS, darwin)