mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
git: Prune deleted branches by default
Avoids unnecessary overhead when dealing with lots of branches.
This commit is contained in:
parent
2d0abaa9b3
commit
a73678b2a8
@ -41,6 +41,7 @@
|
||||
|
||||
push.default = "simple";
|
||||
pull.rebase = true;
|
||||
fetch.prune = true;
|
||||
branch.autosetuprebase = "always";
|
||||
init.defaultBranch = "master";
|
||||
rerere.enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user