From: Simon Ruderich Date: Fri, 19 Sep 2014 09:43:41 +0000 (+0200) Subject: gitconfig: add --index to stash apply/save aliases X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=9f90a7aab903557fa811fdae87b059cca2e3d480 gitconfig: add --index to stash apply/save aliases --- diff --git a/gitconfig.in b/gitconfig.in index d52b16a..6d84c26 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -109,8 +109,8 @@ ss = stash save ssk = stash save --keep-index ssu = stash save --include-untracked - sa = stash apply - sp = stash pop + sa = stash apply --index + sp = stash pop --index ## Custom commands. #