git: auto prune on fetch
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
c4c95b4789
commit
ea1512b9fa
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
fetch.prune = true;
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
|
Loading…
Reference in a new issue