git: enable push.autoSetupRemote

This commit is contained in:
Guanran Wang 2024-07-03 19:14:12 +08:00
parent ae7c690fe1
commit 7663238d87
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -8,7 +8,10 @@
signing.signByDefault = true; signing.signByDefault = true;
signing.key = "91F97D9ED12639CF"; signing.key = "91F97D9ED12639CF";
extraConfig.pull.rebase = true; extraConfig = {
pull.rebase = true;
push.autoSetupRemote = true;
};
}; };
programs.gh.enable = true; programs.gh.enable = true;