You can configure it with git config --global push.default current (docs) to make it push the current branch to update a branch with the same name.
2022 Update (git>=2.37.0)
git config --global --add --bool push.autoSetupRemote true achieves the same while ALSO setting up the upstream tracking (docs).