From ed2c1bcbc3b989cf07b2253d4a096cffe4053d6e Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 17 Jan 2025 12:04:56 -0500 Subject: [PATCH] git: stash pop alias --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 12f7868..434edb5 100644 --- a/git/config +++ b/git/config @@ -54,6 +54,7 @@ l = log open = remote -v p = pull + pop = stash pop pu = push puf = push -f r = reset --hard