From bf6fa806b57c33a00f0734b4655a0be9a9d67d64 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 15:25:12 +0000 Subject: Add pop alias to git --- dot-config/git/config | 1 + 1 file changed, 1 insertion(+) (limited to 'dot-config/git/config') diff --git a/dot-config/git/config b/dot-config/git/config index adb6214..f4a0d4b 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -8,3 +8,4 @@ verbose = true [alias] update = add --update + pop = stash pop -- cgit