From fb480c73c514db362dee0f15df97cefd947b76c0 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Mar 2020 22:42:22 +0000 Subject: [PATCH] git: prune deleted branches on fetch/pull --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index 093ada7..85b2e61 100644 --- a/.config/git/config +++ b/.config/git/config @@ -10,10 +10,13 @@ diffFilter = diff-highlight [commit] gpgsign = true +[fetch] + prune = true [push] default = upstream [pull] rebase = true + prune = true [rebase] autoStash = true [log]