I do not want to type git branch --set-upstream-to=origin/<branch> myBranchName.
I tried
[push]
default = current
but it works only for push, not for pull, [pull] do nothing.
Also tried
[branch]
autosetupmerge = always
autosetuprebase = always
My git version is 2.35 (current stable in Gentoo) so push.autoSetupRemote is unavailable for me. Only custom aliases, no simple config option?