From 2c2400da82d4383ffc0c5eb63da916e2405df7ca Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 14 May 2025 15:55:48 -0700 Subject: [PATCH] git: Auto-prune remote branches --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index cf2b10d..9afa5cb 100644 --- a/git/config +++ b/git/config @@ -35,6 +35,9 @@ xfuncname = "^[ \t]*((RSpec|describe|context|it|before|after|around|feature|scen [difftool "difftastic"] cmd = difft "$LOCAL" "$REMOTE" +[fetch] +prune = true + [init] defaultBranch = main