Configure Git default branch
This commit is contained in:
parent
21d161ffbf
commit
88f9b0f659
@ -6,6 +6,7 @@
|
||||
userEmail = "${vars.user.email}";
|
||||
extraConfig = {
|
||||
core.sshCommand = "ssh -i /home/${vars.user.username}/.ssh/main_id_ed25519";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
delta.enable = true;
|
||||
delta.options = {
|
||||
|
Loading…
Reference in New Issue
Block a user