git: automatically --set-upstream for new branches

This commit is contained in:
Katherina Walshe-Grey 2024-08-20 13:55:38 +01:00
parent 9231431fa8
commit b630349c68

View file

@ -9,6 +9,9 @@
init = {
defaultBranch = "main";
};
push = {
autoSetupRemote = true;
};
};
};
}