🔧 enable push.autoSetupRemote

This commit is contained in:
Ingolf Wagner 2024-09-15 04:48:47 +07:00
parent c53b563565
commit e5f1729bdc
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -22,6 +22,7 @@ with pkgs;
extraConfig = {
init.defaultBranch = "main";
pull.ff = "only";
push.autoSetupRemote = true;
};
#diff-so-fancy.enable = true;
difftastic.enable = true;