]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitconfig: Add aliases for stash commands.
[config/dotfiles.git] / 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)