feat(git): set push.autoSetupRemote to true
This commit is contained in:
parent
0531c2ffdd
commit
c9af4cf4c9
|
@ -218,15 +218,18 @@ in
|
||||||
help.autocorrect = "1";
|
help.autocorrect = "1";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
merge.ff = "only";
|
merge.ff = "only";
|
||||||
rebase = {
|
push = {
|
||||||
autosquash = true;
|
autoSetupRemote = true;
|
||||||
autostash = true;
|
default = "upstream";
|
||||||
};
|
};
|
||||||
push.default = "upstream";
|
|
||||||
pull = {
|
pull = {
|
||||||
ff = "only";
|
ff = "only";
|
||||||
rebase = true;
|
rebase = true;
|
||||||
};
|
};
|
||||||
|
rebase = {
|
||||||
|
autosquash = true;
|
||||||
|
autostash = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue