]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add alias for stash pop (sp).
authorSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:22:35 +0000 (17:22 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:22:35 +0000 (17:22 +0100)
gitconfig.m4

index f7bfd4eaba94dc79e565e62c7d635fdec26c422c..766831a53605971fd0bab8cd729471edab53123d 100644 (file)
@@ -107,6 +107,7 @@ include(../lib.m4)
        sl  = stash list
        ss  = stash save
        sa  = stash apply
+       sp  = stash pop
        ssk = stash save --keep-index
 
        ## Custom commands.