From ea2f138b3c58f34e7907654a10f7e9a9053657a1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 15 Nov 2012 17:22:35 +0100 Subject: [PATCH] gitconfig: Add alias for stash pop (sp). --- gitconfig.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig.m4 b/gitconfig.m4 index f7bfd4e..766831a 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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. -- 2.44.1