From 3377afe9ab46be753e7f61c4a73b7a31ddb22e06 Mon Sep 17 00:00:00 2001 From: Georgi Dimitrov Date: Mon, 4 Dec 2023 10:04:33 +0000 Subject: [PATCH] git: configure prune on fetch --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 1db8b1a5..f8b246fa 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -48,3 +48,5 @@ postBuffer = 1024288000 [include] path = ~/dotfiles/git/extras +[fetch] + prune = true