I use the following command to push to my remote branch:
git push origin sandbox
If I say
git push origin
You can change that default behavior in your .gitconfig, for example:
[push] default = current
To check the current settings, run:
git config --global --get push.default