git: enable push.autoSetupRemote
This commit is contained in:
parent
9a879481d1
commit
52a2cfc73b
|
@ -11,6 +11,7 @@ in {
|
||||||
};
|
};
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
commit.verbose = true;
|
commit.verbose = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
merge.conflictStyle = "diff3";
|
merge.conflictStyle = "diff3";
|
||||||
rerere.enabled = true;
|
rerere.enabled = true;
|
||||||
|
|
Loading…
Reference in a new issue