]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add alias for stash save --include-untracked (ssu).
authorSimon Ruderich <simon@ruderich.org>
Wed, 14 Aug 2013 12:32:13 +0000 (14:32 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 14 Aug 2013 12:32:13 +0000 (14:32 +0200)
gitconfig.m4

index e175b052cfea60d3e5fac6d5b08b9600bd1ec4b9..cad62c18c30ea5b58718e3a12ee827c24ef23077 100644 (file)
@@ -111,6 +111,7 @@ include(../lib.m4)
        sl  = stash list
        ss  = stash save
        ssk = stash save --keep-index
+       ssu = stash save --include-untracked
        sa  = stash apply
        sp  = stash pop