From cf779c41dc6939663cc1d73d385af0df409a3921 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 12 Dec 2020 13:42:24 +0100 Subject: [PATCH] [ADD][GIT] Prune branches and tags on fetch --- git/.config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 9ecd1a2..474dd61 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -37,6 +37,10 @@ [diff] algorithm = patience +[fetch] + prune = true + pruneTags = true + [init] defaultBranch = main