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]