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