home/git: autoSetupRemote

This commit is contained in:
Max Headroom 2023-03-04 09:12:42 +01:00
parent 7419112028
commit d817f44c70

View file

@ -29,6 +29,7 @@
extraConfig = {
init.defaultBranch = "master";
pull.rebase = true;
push.autoSetupRemote = true;
};
};
}