terminal/programs/git: update default branch to main
This commit is contained in:
parent
c24ff33ed6
commit
7eb21ee481
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue