git: automatically --set-upstream for new branches
This commit is contained in:
parent
9231431fa8
commit
b630349c68
|
@ -9,6 +9,9 @@
|
|||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue