feat(git): set autoSetupRemote

This commit is contained in:
buffet 2022-12-20 14:48:52 +01:00
parent 3f5ced7b59
commit f6f8424926

View file

@ -37,6 +37,10 @@ _: {
init = { init = {
defaultBranch = "master"; defaultBranch = "master";
}; };
push = {
autoSetupRemote = true;
};
}; };
}; };
}; };