git config push.autoSetupRemote true

This commit is contained in:
Motiejus Jakštys 2025-03-13 11:55:05 +00:00
parent 5230362526
commit 29301bcc3a

View File

@ -140,6 +140,7 @@ in
rerere.enabled = true; rerere.enabled = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
merge.conflictstyle = "zdiff3"; merge.conflictstyle = "zdiff3";
push.autoSetupRemote = true;
sendemail = { sendemail = {
sendmailcmd = lib.getExe pkgs.msmtp; sendmailcmd = lib.getExe pkgs.msmtp;
smtpserveroption = [ smtpserveroption = [