set git default branch
This commit is contained in:
parent
e7b7137711
commit
b2ff6b3ed1
3 changed files with 7 additions and 2 deletions
|
@ -30,5 +30,10 @@
|
|||
userName = "cy";
|
||||
userEmail = "hi@cything.io";
|
||||
delta.enable = true;
|
||||
extraConfig = {
|
||||
init = {
|
||||
"defaultBranch" = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
'';
|
||||
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
within = "2d";
|
||||
daily = 365;
|
||||
};
|
||||
extraPruneArgs = [ "--stats" ];
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
'';
|
||||
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
within = "2d";
|
||||
daily = 365;
|
||||
};
|
||||
extraPruneArgs = [ "--stats" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue