From 9f90a7aab903557fa811fdae87b059cca2e3d480 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 19 Sep 2014 11:43:41 +0200 Subject: [PATCH] gitconfig: add --index to stash apply/save aliases --- gitconfig.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. # -- 2.44.1