You can set push.default to upstream like
push.default
git config --global push.default upstream
and then, git push branch-A should work.
git push branch-A