From 2c5828168e68d87fc2c97c001f7cc8898bf56e73 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 26 Aug 2023 14:33:29 +1000 Subject: [PATCH] set git to auto prune --- .config/git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/gitconfig b/.config/git/gitconfig index 6310e61..726f380 100644 --- a/.config/git/gitconfig +++ b/.config/git/gitconfig @@ -23,6 +23,9 @@ [push] default = simple +[fetch] + prune = true + [rerere] enabled = true autoupdate = true