feat(git): set autoSetupRemote
This commit is contained in:
parent
3f5ced7b59
commit
f6f8424926
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ _: {
|
||||||
init = {
|
init = {
|
||||||
defaultBranch = "master";
|
defaultBranch = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
push = {
|
||||||
|
autoSetupRemote = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue