🖥️ Remove askPass and add autoSetupRemote to git config

This commit is contained in:
2025-01-07 20:32:55 +01:00
parent e223999ae1
commit 62a0a52935
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,9 @@ in
enable = true;
userName = "Martin Berg Alstad";
userEmail = "git@martials.no";
extraConfig = {
push.autoSetupRemote = true;
};
};
# Let Home Manager install and manage itself.