git config push.autoSetupRemote true
This commit is contained in:
parent
5230362526
commit
29301bcc3a
@ -140,6 +140,7 @@ in
|
||||
rerere.enabled = true;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
push.autoSetupRemote = true;
|
||||
sendemail = {
|
||||
sendmailcmd = lib.getExe pkgs.msmtp;
|
||||
smtpserveroption = [
|
||||
|
Loading…
Reference in New Issue
Block a user