From 5a5930df4a3899ff82569d903880394d5876abd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Thu, 21 Jan 2021 10:56:01 +0100 Subject: [PATCH] Add alias for 'stash pop' --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 8e68928..e4551be 100644 --- a/.config/git/config +++ b/.config/git/config @@ -138,6 +138,7 @@ sl = stash list sa = stash apply + sp = stash pop ss = stash save st = status --short -- 2.39.2