git: Prune deleted branches by default

Avoids unnecessary overhead when dealing with lots of branches.
This commit is contained in:
Donovan Glover 2024-08-08 22:46:44 -04:00
parent 2d0abaa9b3
commit a73678b2a8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -41,6 +41,7 @@
push.default = "simple";
pull.rebase = true;
fetch.prune = true;
branch.autosetuprebase = "always";
init.defaultBranch = "master";
rerere.enabled = true;