1
1
Fork 0

git: auto prune on fetch

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-28 13:44:19 -05:00
parent c4c95b4789
commit ea1512b9fa
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -25,6 +25,7 @@ in {
};
extraConfig = {
fetch.prune = true;
init.defaultBranch = "master";
push.autoSetupRemote = true;
pull.ff = "only";